Uses of Enum
org.tribuo.regression.rtree.TrainTest.ImpurityType
Packages that use TrainTest.ImpurityType
Package
Description
Provides an implementation of decision trees for regression problems.
-
Uses of TrainTest.ImpurityType in org.tribuo.regression.rtree
Subclasses with type arguments of type TrainTest.ImpurityType in org.tribuo.regression.rtreeFields in org.tribuo.regression.rtree declared as TrainTest.ImpurityTypeMethods in org.tribuo.regression.rtree that return TrainTest.ImpurityTypeModifier and TypeMethodDescriptionstatic TrainTest.ImpurityTypeReturns the enum constant of this type with the specified name.static TrainTest.ImpurityType[]TrainTest.ImpurityType.values()Returns an array containing the constants of this enum type, in the order they are declared.