Example usage for Java weka.classifiers.trees Id3 fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) Builds Id3 decision tree classifier. |
double | classifyInstance(Instance instance) Classifies a given test instance using the decision tree. |
String | toString() Prints the decision tree using the private toString method from below. |