Uses of Enum
org.tribuo.classification.experiments.AllTrainerOptions.AlgorithmType
Packages that use AllTrainerOptions.AlgorithmType
Package
Description
Provides a set of main methods for interacting with classification tasks.
-
Uses of AllTrainerOptions.AlgorithmType in org.tribuo.classification.experiments
Subclasses with type arguments of type AllTrainerOptions.AlgorithmType in org.tribuo.classification.experimentsFields in org.tribuo.classification.experiments declared as AllTrainerOptions.AlgorithmTypeMethods in org.tribuo.classification.experiments that return AllTrainerOptions.AlgorithmTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AllTrainerOptions.AlgorithmType[]AllTrainerOptions.AlgorithmType.values()Returns an array containing the constants of this enum type, in the order they are declared.