Uses of Enum
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.dtreeFields 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 type with the specified name.CARTClassificationOptions.ImpurityType.values()Returns an array containing the constants of this enum type, in the order they are declared.