Java weka.classifiers.trees RandomTree fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.trees RandomTree fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.trees RandomTree.

The text is from its open source code.

Constructor

Method

voidbuildClassifier(Instances data)
Builds classifier.
voidsetAllowUnclassifiedInstances(boolean newAllowUnclassifiedInstances)
Set the value of AllowUnclassifiedInstances.
voidsetKValue(int k)
Set the value of K.
voidsetMaxDepth(int value)
Set the maximum depth of the tree, 0 for unlimited.
voidsetMinNum(double newMinNum)
Set the value of MinNum.
voidsetMinVarianceProp(double newMinVarianceProp)
Set the value of MinVarianceProp.
voidsetNumFolds(int newNumFolds)
Set the value of NumFolds.
voidsetSeed(int seed)
Set the seed for random number generation.
StringtoString()
Outputs the decision tree.