Package org.ddogleg.nn
Class ConfigNearestNeighborSearch.RandomForest
java.lang.Object
org.ddogleg.nn.ConfigNearestNeighborSearch.RandomForest
- Enclosing class:
- ConfigNearestNeighborSearch
-
Field Summary
Modifier and TypeFieldDescriptionint
Maximum number of nodes it will search.int
Number of nodes that are considered when generating a tree.int
Number of trees that are considered. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Field Details
-
maxNodesSearched
public int maxNodesSearchedMaximum number of nodes it will search. Controls speed and accuracy. -
numTrees
public int numTreesNumber of trees that are considered. Tune this. -
numConsiderSplit
public int numConsiderSplitNumber of nodes that are considered when generating a tree. Must be less than the point's dimension.
-
-
Constructor Details
-
RandomForest
public RandomForest()
-
-
Method Details
-
checkValidity
public void checkValidity() -
setTo
-