Class AbstractTrainingNode.LeafDeterminer

java.lang.Object
org.tribuo.common.tree.AbstractTrainingNode.LeafDeterminer
Enclosing class:
AbstractTrainingNode<T extends Output<T>>

public static class AbstractTrainingNode.LeafDeterminer extends Object
Contains parameters needed to determine whether a node is a leaf.
  • Constructor Details

    • LeafDeterminer

      public LeafDeterminer(int maxDepth, float minChildWeight, float scaledMinImpurityDecrease)
  • Method Details

    • getMaxDepth

      public int getMaxDepth()
    • getMinChildWeight

      public float getMinChildWeight()
    • getScaledMinImpurityDecrease

      public float getScaledMinImpurityDecrease()