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.inference.reader |
Root package for model inference readers.
|
org.apache.ignite.ml.math.functions |
Contains serializable functions for distributed code algebra.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteSupplier<DatasetTrainer<? extends IgniteModel<Vector,Double>,Double>> |
GDBLearningStrategy.baseMdlTrainerBuilder
Base model trainer builder.
|
Modifier and Type | Method and Description |
---|---|
GDBLearningStrategy |
GDBLearningStrategy.withBaseModelTrainerBuilder(IgniteSupplier<DatasetTrainer<? extends IgniteModel<Vector,Double>,Double>> buildBaseMdlTrainer)
Sets base model builder.
|
Modifier and Type | Method and Description |
---|---|
<T> Promise<T> |
DefaultParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
<T> Promise<T> |
ParallelismStrategy.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.
|
Constructor and Description |
---|
ModelStorageModelReader(String path,
IgniteSupplier<ModelStorage> mdlStorageSupplier)
Constructs a new instance of model storage inference model builder.
|
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).
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024