Uses of Class
org.tribuo.multilabel.sgd.linear.LinearSGDTrainer
Packages that use LinearSGDTrainer
Package
Description
Provides an implementation of a multi-label classification linear model using Stochastic Gradient Descent.
-
Uses of LinearSGDTrainer in org.tribuo.multilabel.sgd.linear
Methods in org.tribuo.multilabel.sgd.linear that return LinearSGDTrainerModifier and TypeMethodDescriptionLinearSGDOptions.getTrainer()
Gets the LinearSGDTrainer specified by the options in this object.