|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.learning.learners.DecisionTreeLearner aima.learning.learners.StumpLearner
public class StumpLearner
Constructor Summary | |
---|---|
StumpLearner(DecisionTree sl,
java.lang.String unable_to_classify)
|
Method Summary | |
---|---|
void |
train(DataSet ds)
|
Methods inherited from class aima.learning.learners.DecisionTreeLearner |
---|
getDecisionTree, predict, test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StumpLearner(DecisionTree sl, java.lang.String unable_to_classify)
Method Detail |
---|
public void train(DataSet ds)
train
in interface Learner
train
in class DecisionTreeLearner
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |