Package | Description |
---|---|
org.tribuo.regression.sgd.linear |
Provides an implementation of linear regression using Stochastic Gradient Descent.
|
Modifier and Type | Method and Description |
---|---|
protected LinearSGDModel |
LinearSGDModel.copy(String newName,
ModelProvenance newProvenance) |
LinearSGDModel |
LinearSGDTrainer.train(Dataset<Regressor> examples,
Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.