Package | Description |
---|---|
org.apache.ignite.ml.composition.boosting |
Contains Gradient Boosting regression and classification abstract classes
allowing regressor type selecting in child classes.
|
org.apache.ignite.ml.environment.parallelism |
Package contains realisations of parallelism strategies for multi-thread algorithms.
|
org.apache.ignite.ml.math.functions |
Contains serializable functions for distributed code algebra.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteSupplier<DatasetTrainer<? extends Model<Vector,Double>,Double>> |
GDBLearningStrategy.baseMdlTrainerBuilder
Base model trainer builder.
|
Modifier and Type | Method and Description |
---|---|
GDBLearningStrategy |
GDBLearningStrategy.withBaseModelTrainerBuilder(IgniteSupplier<DatasetTrainer<? extends Model<Vector,Double>,Double>> buildBaseMdlTrainer)
Sets base model builder.
|
Modifier and Type | Method and Description |
---|---|
<T> Promise<T> |
ParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
<T> Promise<T> |
DefaultParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
<T> Promise<T> |
NoParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
Modifier and Type | Method and Description |
---|---|
default <T> List<Promise<T>> |
ParallelismStrategy.submit(List<IgniteSupplier<T>> tasks)
Submit the list of tasks.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C> IgniteBiFunction<A,B,IgniteSupplier<C>> |
Functions.outputSupplier(IgniteBiFunction<A,B,C> f)
Transform function of form (a, b) -> c into (a, b) - () -> c.
|
static <A,B> IgniteFunction<A,IgniteSupplier<B>> |
Functions.outputSupplier(IgniteFunction<A,B> f)
Transform function of form a -> b into a -> (() -> b).
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019