Class ScoringPreferenceAggregator<T>

    • Method Summary

      Modifier and Type Method Description
      PreferenceOrder<T> aggregate​(java.util.List<PreferenceOrder<T>> input)
      Implementation of the aggregation of a given input-array of sets and a weight vector
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScoringPreferenceAggregator

        public ScoringPreferenceAggregator​(WeightVector v)
        Constructor with given weight vector
        Parameters:
        v - the weight vector
    • Method Detail

      • aggregate

        public PreferenceOrder<T> aggregate​(java.util.List<PreferenceOrder<T>> input)
        Implementation of the aggregation of a given input-array of sets and a weight vector
        Specified by:
        aggregate in interface PreferenceAggregator<T>
        Parameters:
        input - the array of preference orders to be aggregated
        Returns:
        the final, aggregated preference order