Uses of Interface
eu.qualimaster.easy.extension.internal.Weighting.IPredictionProcessor
Packages that use Weighting.IPredictionProcessor
-
Uses of Weighting.IPredictionProcessor in eu.qualimaster.easy.extension.internal
Classes in eu.qualimaster.easy.extension.internal that implement Weighting.IPredictionProcessorModifier and TypeClassDescriptionprivate static classImplements a maximum prediction processor, i.e., collects the maximum values of the predictions.private static classImplements an update processor calculating the weighted predictions.Methods in eu.qualimaster.easy.extension.internal with parameters of type Weighting.IPredictionProcessorModifier and TypeMethodDescriptionprivate static voidWeighting.processPredictions(net.ssehub.easy.instantiation.core.model.vilTypes.Map<String, net.ssehub.easy.instantiation.core.model.vilTypes.Map<eu.qualimaster.observables.IObservable, Double>> predictions, net.ssehub.easy.instantiation.core.model.vilTypes.Map<eu.qualimaster.observables.IObservable, Double> weighting, Weighting.IPredictionProcessor processor) Processes predictions.