Package | Description |
---|---|
org.apache.ignite.ml.environment |
Package contains environment utils for ML algorithms.
|
org.apache.ignite.ml.environment.parallelism |
Package contains realisations of parallelism strategies for multi-thread algorithms.
|
Modifier and Type | Method and Description |
---|---|
ParallelismStrategy |
LearningEnvironment.parallelismStrategy()
Returns Parallelism Strategy instance.
|
Modifier and Type | Method and Description |
---|---|
<T> LearningEnvironmentBuilder |
LearningEnvironmentBuilder.withParallelismStrategy(ParallelismStrategy stgy)
Specifies Parallelism Strategy for LearningEnvironment.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultParallelismStrategy
All task should be processed by default thread pool.
|
class |
NoParallelismStrategy
All tasks should be processed in one thread.
|
Modifier and Type | Field and Description |
---|---|
static ParallelismStrategy |
NoParallelismStrategy.INSTANCE
Instance.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019