Uses of Class
org.tribuo.regression.sgd.linear.LinearSGDModel
Packages that use LinearSGDModel
Package
Description
Provides an implementation of linear regression using Stochastic Gradient Descent.
-
Uses of LinearSGDModel in org.tribuo.regression.sgd.linear
Methods in org.tribuo.regression.sgd.linear that return LinearSGDModelModifier and TypeMethodDescriptionprotected LinearSGDModel
LinearSGDModel.copy
(String newName, ModelProvenance newProvenance) LinearSGDTrainer.train
(Dataset<Regressor> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance)