Uses of Enum
org.tribuo.classification.dtree.CARTClassificationOptions.TreeType
Packages that use CARTClassificationOptions.TreeType
Package
Description
Provides implementations of decision trees for classification problems.
-
Uses of CARTClassificationOptions.TreeType in org.tribuo.classification.dtree
Subclasses with type arguments of type CARTClassificationOptions.TreeType in org.tribuo.classification.dtreeFields in org.tribuo.classification.dtree declared as CARTClassificationOptions.TreeTypeMethods in org.tribuo.classification.dtree that return CARTClassificationOptions.TreeTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CARTClassificationOptions.TreeType[]CARTClassificationOptions.TreeType.values()Returns an array containing the constants of this enum type, in the order they are declared.