Uses of Enum Class
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
Fields 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 class with the specified name.static TrainTest.LossEnum[]
TrainTest.LossEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.