Uses of Enum Class
org.tribuo.classification.sgd.fm.FMClassificationOptions.LossEnum
Package
Description
Provides an implementation of a classification factorization machine using Stochastic Gradient Descent.
-
Uses of FMClassificationOptions.LossEnum in org.tribuo.classification.sgd.fm
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FMClassificationOptions.LossEnum[]
FMClassificationOptions.LossEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.