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