Example usage for Java weka.classifiers.trees RandomTree fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) Builds classifier. |
void | setAllowUnclassifiedInstances(boolean newAllowUnclassifiedInstances) Set the value of AllowUnclassifiedInstances. |
void | setKValue(int k) Set the value of K. |
void | setMaxDepth(int value) Set the maximum depth of the tree, 0 for unlimited. |
void | setMinNum(double newMinNum) Set the value of MinNum. |
void | setMinVarianceProp(double newMinVarianceProp) Set the value of MinVarianceProp. |
void | setNumFolds(int newNumFolds) Set the value of NumFolds. |
void | setSeed(int seed) Set the seed for random number generation. |
String | toString() Outputs the decision tree. |