Uses of Interface
org.tweetyproject.preferences.aggregation.WeightVector
-
Packages that use WeightVector Package Description org.tweetyproject.preferences.aggregation -
-
Uses of WeightVector in org.tweetyproject.preferences.aggregation
Classes in org.tweetyproject.preferences.aggregation that implement WeightVector Modifier and Type Class Description classBordaWeightVectorImplementation of the borda weight vector N elements are weighted from 0 to n-1 depending on their ranking function rankclassSinglePeakWeightVectorThe single peak implementation of the weight vector, where only the highest rated value in each preference order scores (1,0,0,0,0,0)classSingleValeWeightVectorConstructors in org.tweetyproject.preferences.aggregation with parameters of type WeightVector Constructor Description DynamicScoringPreferenceAggregator(WeightVector v)Constructor with given weight vectorScoringPreferenceAggregator(WeightVector v)Constructor with given weight vector
-