public static class GDBTrainer.GDBModel extends ModelsComposition
Constructor and Description |
---|
GDBModel(List<? extends Model<Vector,Double>> models,
WeightedPredictionsAggregator predictionsAggregator,
IgniteFunction<Double,Double> internalToExternalLblMapping)
Creates an instance of GDBModel.
|
Modifier and Type | Method and Description |
---|---|
Double |
apply(Vector features)
Applies containing models to features and aggregate them to one prediction.
|
getModels, getPredictionsAggregator, saveModel, toString, toString
public GDBModel(List<? extends Model<Vector,Double>> models, WeightedPredictionsAggregator predictionsAggregator, IgniteFunction<Double,Double> internalToExternalLblMapping)
models
- Models.predictionsAggregator
- Predictions aggregator.internalToExternalLblMapping
- Internal to external lbl mapping.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019