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