Uses of Enum Class
org.tribuo.classification.dtree.CARTClassificationOptions.ImpurityType
Packages that use CARTClassificationOptions.ImpurityType
Package
Description
Provides implementations of decision trees for classification problems.
-
Uses of CARTClassificationOptions.ImpurityType in org.tribuo.classification.dtree
Subclasses with type arguments of type CARTClassificationOptions.ImpurityType in org.tribuo.classification.dtreeModifier and TypeClassDescriptionstatic enumThe impurity algorithm.Fields in org.tribuo.classification.dtree declared as CARTClassificationOptions.ImpurityTypeMethods in org.tribuo.classification.dtree that return CARTClassificationOptions.ImpurityTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CARTClassificationOptions.ImpurityType.values()Returns an array containing the constants of this enum class, in the order they are declared.