Class AbstractTrainingNode.LeafDeterminer
java.lang.Object
org.tribuo.common.tree.AbstractTrainingNode.LeafDeterminer
- Enclosing class:
AbstractTrainingNode<T extends Output<T>>
Contains parameters needed to determine whether a node is a leaf.
-
Constructor Summary
ConstructorsConstructorDescriptionLeafDeterminer
(int maxDepth, float minChildWeight, float scaledMinImpurityDecrease) -
Method Summary
Modifier and TypeMethodDescriptionint
float
float
-
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()
-