Uses of Class
org.tribuo.multilabel.sgd.linear.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
Modifier and TypeMethodDescriptionLinearSGDOptions.getTrainer()
Gets the LinearSGDTrainer specified by the options in this object.