Uses of Enum
org.tribuo.regression.sgd.TrainTest.LossEnum
Packages that use TrainTest.LossEnum
Package
Description
Provides infrastructure for Stochastic Gradient Descent based regression models.
-
Uses of TrainTest.LossEnum in org.tribuo.regression.sgd
Subclasses with type arguments of type TrainTest.LossEnum in org.tribuo.regression.sgdFields in org.tribuo.regression.sgd declared as TrainTest.LossEnumMethods in org.tribuo.regression.sgd that return TrainTest.LossEnumModifier and TypeMethodDescriptionstatic TrainTest.LossEnum
Returns the enum constant of this type with the specified name.static TrainTest.LossEnum[]
TrainTest.LossEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.