public static final class GDBTrainer.GDBModel extends ModelsComposition
Constructor and Description |
---|
GDBModel(List<? extends IgniteModel<Vector,Double>> models,
WeightedPredictionsAggregator predictionsAggregator,
IgniteFunction<Double,Double> internalToExternalLblMapping)
Creates an instance of GDBModel.
|
Modifier and Type | Method and Description |
---|---|
Double |
predict(Vector features)
Applies containing models to features and aggregate them to one prediction.
|
getDependencies, getModels, getPredictionsAggregator, saveModel, toString, toString
public GDBModel(List<? extends IgniteModel<Vector,Double>> models, WeightedPredictionsAggregator predictionsAggregator, IgniteFunction<Double,Double> internalToExternalLblMapping)
models
- Models.predictionsAggregator
- Predictions aggregator.internalToExternalLblMapping
- Internal to external lbl mapping.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024