public interface EnsembleCombiner<T extends Output<T>> extends com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>, Serializable
Modifier and Type | Method and Description |
---|---|
Prediction<T> |
combine(ImmutableOutputInfo<T> outputInfo,
List<Prediction<T>> predictions)
Combine the predictions.
|
Prediction<T> |
combine(ImmutableOutputInfo<T> outputInfo,
List<Prediction<T>> predictions,
float[] weights)
Combine the supplied predictions.
|
Prediction<T> combine(ImmutableOutputInfo<T> outputInfo, List<Prediction<T>> predictions)
outputInfo
- The output domain.predictions
- The predictions to combine.Prediction<T> combine(ImmutableOutputInfo<T> outputInfo, List<Prediction<T>> predictions, float[] weights)
outputInfo
- The output domain.predictions
- The predictions to combine.weights
- The weights to use for each prediction.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.