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