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