Uses of Class
org.tribuo.classification.sgd.linear.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
Modifier and TypeFieldDescriptionAllTrainerOptions.linearSGDOptions
Options for Linear SGD trainers. -
Uses of LinearSGDOptions in org.tribuo.classification.sgd
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.trainerOptions
The linear SGD trainer options.