Package | Description |
---|---|
org.apache.ignite.ml.regressions.logistic |
Contains various logistic regressions.
|
Modifier and Type | Method and Description |
---|---|
<K,V> LogisticRegressionModel |
LogisticRegressionSGDTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains model based on the specified data.
|
protected <K,V> LogisticRegressionModel |
LogisticRegressionSGDTrainer.updateModel(LogisticRegressionModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains new model taken previous one as a first approximation.
|
LogisticRegressionModel |
LogisticRegressionModel.withIntercept(double intercept)
Set up the intercept.
|
LogisticRegressionModel |
LogisticRegressionModel.withRawLabels(boolean isKeepingRawLabels)
Set up the output label format.
|
LogisticRegressionModel |
LogisticRegressionModel.withThreshold(double threshold)
Set up the threshold.
|
LogisticRegressionModel |
LogisticRegressionModel.withWeights(Vector weights)
Set up the weights.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogisticRegressionSGDTrainer.isUpdateable(LogisticRegressionModel mdl) |
protected <K,V> LogisticRegressionModel |
LogisticRegressionSGDTrainer.updateModel(LogisticRegressionModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains new model taken previous one as a first approximation.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
LogisticRegressionModel.saveModel(Exporter<LogisticRegressionModel,P> exporter,
P path)
Save model by the given path.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024