Uses of Package
org.tribuo.classification.sgd.linear
Packages that use org.tribuo.classification.sgd.linear
Package
Description
Provides a set of main methods for interacting with classification tasks.
Provides infrastructure for Stochastic Gradient Descent for classification problems.
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
-
Classes in org.tribuo.classification.sgd.linear used by org.tribuo.classification.experiments
-
Classes in org.tribuo.classification.sgd.linear used by org.tribuo.classification.sgd
-
Classes in org.tribuo.classification.sgd.linear used by org.tribuo.classification.sgd.linearClassDescriptionThe inference time version of a linear model trained using SGD.Available loss types.A trainer for a linear classifier using SGD.