| Package | Description | 
|---|---|
| net.sf.tweety.preferences.aggregation | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BordaWeightVector
Implementation of the borda weight vector
 N elements are weighted from 0 to n-1 depending on their ranking function rank 
 | 
class  | 
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  | 
| Modifier and Type | Field and Description | 
|---|---|
private WeightVector | 
ScoringPreferenceAggregator.v
The weight vector for the aggregator given via the constructor 
 | 
private WeightVector | 
DynamicScoringPreferenceAggregator.v
The weight vector for the aggregator given via the constructor 
 | 
| Constructor and Description | 
|---|
DynamicScoringPreferenceAggregator(WeightVector v)
Constructor with given weight vector 
 | 
ScoringPreferenceAggregator(WeightVector v)
Constructor with given weight vector 
 |