Méthode | Description | |
---|---|---|
DecisionListLearner ( String positive, String negative, DLTestFactory testFactory ) : System | ||
getDecisionList ( ) : |
||
predict ( |
||
test ( |
||
train ( |
Méthode | Description | |
---|---|---|
allExamplesHaveSameTargetValue ( |
||
decisionListLearning ( |
||
getValidTest ( List |
public DecisionListLearner ( String positive, String negative, DLTestFactory testFactory ) : System | ||
positive | String | |
negative | String | |
testFactory | DLTestFactory | |
Résultat | System |
public getDecisionList ( ) : |
||
Résultat |
public predict ( |
||
e | ||
Résultat | String |
public test ( |
||
ds | ||
Résultat | int[] |
public train ( |
||
ds | ||
Résultat | void |