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) |
protected LinearSGDModel |
LinearSGDTrainer.createModel(String name,
ModelProvenance provenance,
ImmutableFeatureMap featureMap,
ImmutableOutputInfo<Regressor> outputInfo,
LinearParameters parameters) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.