I
- Type of submodel input.O
- Type of submodel output.public final class ModelsParallelComposition<I,O> extends Object implements IgniteModel<I,List<O>>
Constructor and Description |
---|
ModelsParallelComposition(List<IgniteModel<I,O>> submodels)
Construc an instance of this class from list of submodels.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
List<O> |
predict(I i)
Make a prediction for the specified input arguments.
|
List<IgniteModel<I,O>> |
submodels()
List of submodels constituting this model.
|
public ModelsParallelComposition(List<IgniteModel<I,O>> submodels)
submodels
- List of submodels constituting this model.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024