Uses of Enum Class
org.tribuo.regression.sgd.fm.TrainTest.LossEnum
Package
Description
Provides an implementation of factorization machines for regression using Stochastic Gradient Descent.
-
Uses of TrainTest.LossEnum in org.tribuo.regression.sgd.fm
Modifier 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.