Uses of Interface
net.sf.tweety.preferences.aggregation.WeightVector
-
Packages that use WeightVector Package Description net.sf.tweety.preferences.aggregation -
-
Uses of WeightVector in net.sf.tweety.preferences.aggregation
Classes in net.sf.tweety.preferences.aggregation that implement WeightVector Modifier and Type Class Description class
BordaWeightVector
Implementation of the borda weight vector N elements are weighted from 0 to n-1 depending on their ranking function rankclass
SinglePeakWeightVector
The single peak implementation of the weight vector, where only the highest rated value in each preference order scores (1,0,0,0,0,0)class
SingleValeWeightVector
Constructors in net.sf.tweety.preferences.aggregation with parameters of type WeightVector Constructor Description DynamicScoringPreferenceAggregator(WeightVector v)
Constructor with given weight vectorScoringPreferenceAggregator(WeightVector v)
Constructor with given weight vector
-