Package | Description |
---|---|
org.apache.ignite.ml.regressions.linear |
Contains various linear regressions.
|
Modifier and Type | Method and Description |
---|---|
<K,V> LinearRegressionModel |
LinearRegressionLSQRTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains model based on the specified data.
|
<K,V> LinearRegressionModel |
LinearRegressionSGDTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains model based on the specified data.
|
protected <K,V> LinearRegressionModel |
LinearRegressionLSQRTrainer.updateModel(LinearRegressionModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Gets state of model in arguments, update in according to new data and return new model.
|
protected <K,V> LinearRegressionModel |
LinearRegressionSGDTrainer.updateModel(LinearRegressionModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Gets state of model in arguments, update in according to new data and return new model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LinearRegressionLSQRTrainer.isUpdateable(LinearRegressionModel mdl) |
boolean |
LinearRegressionSGDTrainer.isUpdateable(LinearRegressionModel mdl) |
protected <K,V> LinearRegressionModel |
LinearRegressionLSQRTrainer.updateModel(LinearRegressionModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Gets state of model in arguments, update in according to new data and return new model.
|
protected <K,V> LinearRegressionModel |
LinearRegressionSGDTrainer.updateModel(LinearRegressionModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Gets state of model in arguments, update in according to new data and return new model.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
LinearRegressionModel.saveModel(Exporter<LinearRegressionModel,P> exporter,
P path)
Save model by the given path.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020