Uses of Interface
org.tribuo.classification.dtree.impurity.LabelImpurity
Packages that use LabelImpurity
Package
Description
Provides implementations of decision trees for classification problems.
Provides internal implementation classes for classification decision trees.
Provides classification impurity metrics for decision trees.
- 
Uses of LabelImpurity in org.tribuo.classification.dtreeConstructors in org.tribuo.classification.dtree with parameters of type LabelImpurityModifierConstructorDescriptionCARTClassificationTrainer(int maxDepth, float minChildWeight, float fractionFeaturesInSplit, LabelImpurity impurity, long seed) Creates a CART Trainer.
- 
Uses of LabelImpurity in org.tribuo.classification.dtree.implConstructors in org.tribuo.classification.dtree.impl with parameters of type LabelImpurityModifierConstructorDescriptionClassifierTrainingNode(LabelImpurity impurity, Dataset<Label> examples) Constructor which creates the inverted file.
- 
Uses of LabelImpurity in org.tribuo.classification.dtree.impurityClasses in org.tribuo.classification.dtree.impurity that implement LabelImpurity