Uses of Class
de.jungblut.classification.tree.RandomForest
-
Packages that use RandomForest Package Description de.jungblut.classification.tree -
-
Uses of RandomForest in de.jungblut.classification.tree
Methods in de.jungblut.classification.tree that return RandomForest Modifier and Type Method Description RandomForestRandomForest. compile()static RandomForestRandomForest. create(int numTrees)Creates a new random forest, trains on one thread with the number of trees supplied.static RandomForestRandomForest. create(int numTrees, FeatureType[] types)Creates a new random forest, trains on one thread with the number of trees supplied.static RandomForestRandomForest. deserialize(java.io.DataInput in)Reads a new forest from the given stream.RandomForestRandomForest. numThreads(int numThreads)RandomForestRandomForest. setFeatureTypes(FeatureType[] types)RandomForestRandomForest. setMaxHeight(int max)Sets the maximum height of this random forest.RandomForestRandomForest. setNumRandomFeaturesToChoose(int numRandomFeaturesToChoose)RandomForestRandomForest. verbose()RandomForestRandomForest. verbose(boolean verb)Methods in de.jungblut.classification.tree with parameters of type RandomForest Modifier and Type Method Description static voidRandomForest. serialize(RandomForest tree, java.io.DataOutput out)Writes the given forest to the output stream.
-