Package | Description |
---|---|
org.apache.ignite.ml.regressions.logistic |
Contains various logistic regressions.
|
Modifier and Type | Method and Description |
---|---|
LogisticRegressionSGDTrainer |
LogisticRegressionSGDTrainer.withBatchSize(double batchSize)
Set up the batchSize parameter.
|
LogisticRegressionSGDTrainer |
LogisticRegressionSGDTrainer.withLocIterations(double amountOfLocIterations)
Set up the amount of local iterations of SGD algorithm.
|
LogisticRegressionSGDTrainer |
LogisticRegressionSGDTrainer.withMaxIterations(double maxIterations)
Set up the max amount of iterations before convergence.
|
LogisticRegressionSGDTrainer |
LogisticRegressionSGDTrainer.withSeed(long seed)
Set up the random seed parameter.
|
LogisticRegressionSGDTrainer |
LogisticRegressionSGDTrainer.withUpdatesStgy(UpdatesStrategy updatesStgy)
Set up the regularization parameter.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024