Method | Description | |
---|---|---|
DecisionTreeLearner ( ) : System | ||
DecisionTreeLearner ( |
||
getDecisionTree ( ) : |
||
predict ( |
||
test ( |
||
train ( |
Method | Description | |
---|---|---|
allExamplesHaveSameClassification ( |
||
chooseAttribute ( |
||
decisionTreeLearning ( |
||
majorityValue ( |
public DecisionTreeLearner ( |
||
tree | ||
defaultValue | String | |
return | System |
public getDecisionTree ( ) : |
||
return |
public predict ( |
||
e | ||
return | String |
public test ( |
||
ds | ||
return | int[] |
public train ( |
||
ds | ||
return | void |