Uses of Class
org.tribuo.classification.sgd.linear.LinearSGDOptions
Packages that use LinearSGDOptions
Package
Description
Provides a set of main methods for interacting with classification tasks.
Provides infrastructure for Stochastic Gradient Descent for classification problems.
-
Uses of LinearSGDOptions in org.tribuo.classification.experiments
Fields in org.tribuo.classification.experiments declared as LinearSGDOptionsModifier and TypeFieldDescriptionAllTrainerOptions.linearSGDOptions
Options for Linear SGD trainers. -
Uses of LinearSGDOptions in org.tribuo.classification.sgd
Fields in org.tribuo.classification.sgd declared as LinearSGDOptionsModifier and TypeFieldDescriptionTrainTest.TrainTestOptions.trainerOptions
The linear SGD trainer options.