Class ConfigNearestNeighborSearch.RandomForest

java.lang.Object
org.ddogleg.nn.ConfigNearestNeighborSearch.RandomForest
Enclosing class:
ConfigNearestNeighborSearch

public static class ConfigNearestNeighborSearch.RandomForest extends Object
  • Field Details

    • maxNodesSearched

      public int maxNodesSearched
      Maximum number of nodes it will search. Controls speed and accuracy.
    • numTrees

      public int numTrees
      Number of trees that are considered. Tune this.
    • numConsiderSplit

      public int numConsiderSplit
      Number of nodes that are considered when generating a tree. Must be less than the point's dimension.
  • Constructor Details

    • RandomForest

      public RandomForest()
  • Method Details