Example usage for Java weka.classifiers.trees REPTree fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) Builds classifier. |
double | classifyInstance(Instance instance) Classifies the given test instance. |
int | getNumFolds() Get the value of NumFolds. |
String | graph() Outputs the decision tree as a graph |
void | setMaxDepth(int newMaxDepth) Set the value of MaxDepth. |
void | setNoPruning(boolean newNoPruning) Set the value of NoPruning. |
void | setNumFolds(int newNumFolds) Set the value of NumFolds. |
String | toString() Outputs the decision tree. |