| Package | Description |
|---|---|
| de.jungblut.classification.tree |
| Modifier and Type | Method and Description |
|---|---|
RandomForest |
RandomForest.compile() |
static RandomForest |
RandomForest.create(int numTrees)
Creates a new random forest, trains on one thread with the number of trees
supplied.
|
static RandomForest |
RandomForest.create(int numTrees,
FeatureType[] types)
Creates a new random forest, trains on one thread with the number of trees
supplied.
|
static RandomForest |
RandomForest.deserialize(DataInput in)
Reads a new forest from the given stream.
|
RandomForest |
RandomForest.numThreads(int numThreads) |
RandomForest |
RandomForest.setFeatureTypes(FeatureType[] types) |
RandomForest |
RandomForest.setMaxHeight(int max)
Sets the maximum height of this random forest.
|
RandomForest |
RandomForest.setNumRandomFeaturesToChoose(int numRandomFeaturesToChoose) |
RandomForest |
RandomForest.verbose() |
RandomForest |
RandomForest.verbose(boolean verb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RandomForest.serialize(RandomForest tree,
DataOutput out)
Writes the given forest to the output stream.
|
Copyright © 2016. All rights reserved.