Uses of Enum Class
org.tribuo.multilabel.sgd.linear.LinearSGDOptions.LossEnum
Packages that use 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
Fields in org.tribuo.multilabel.sgd.linear declared as LinearSGDOptions.LossEnumMethods in org.tribuo.multilabel.sgd.linear that return LinearSGDOptions.LossEnumModifier 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.