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 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)classSingleValeWeightVectorFields in net.sf.tweety.preferences.aggregation declared as WeightVector Modifier and Type Field Description private WeightVectorDynamicScoringPreferenceAggregator. vThe weight vector for the aggregator given via the constructorprivate WeightVectorScoringPreferenceAggregator. vThe weight vector for the aggregator given via the constructorConstructors 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 
 -