Uses of Class
org.tribuo.classification.sgd.linear.LinearSGDModel
Package
Description
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
-
Uses of LinearSGDModel in org.tribuo.classification.sgd.linear
Modifier and TypeMethodDescriptionprotected LinearSGDModel
LinearSGDModel.copy
(String newName, ModelProvenance newProvenance) protected LinearSGDModel
LinearSGDTrainer.createModel
(String name, ModelProvenance provenance, ImmutableFeatureMap featureMap, ImmutableOutputInfo<Label> outputInfo, LinearParameters parameters)