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