Class Weighting.MaxProcessor

java.lang.Object
eu.qualimaster.easy.extension.internal.Weighting.MaxProcessor
All Implemented Interfaces:
Weighting.IPredictionProcessor
Enclosing class:
Weighting

private static class Weighting.MaxProcessor extends Object implements Weighting.IPredictionProcessor
Implements a maximum prediction processor, i.e., collects the maximum values of the predictions.
Author:
Holger Eichelberger
  • Field Details

    • max

      private HashMap<eu.qualimaster.observables.IObservable,Double> max
  • Constructor Details

    • MaxProcessor

      private MaxProcessor()
  • Method Details