| Package | Description |
|---|---|
| net.sf.tweety.logics.mln.analysis | |
| net.sf.tweety.math.func | |
| net.sf.tweety.math.norm |
| Modifier and Type | Field and Description |
|---|---|
private AggregationFunction |
AggregatingCoherenceMeasure.aggregator
The aggregation function used to aggregate the distances for each formula.
|
| Constructor and Description |
|---|
AggregatingCoherenceMeasure(RealVectorNorm norm,
AggregationFunction aggregator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AverageAggregator
This aggregation function models the average function.
|
class |
MaxAggregator
This aggregation function models the maximum function.
|
class |
MinAggregator
This aggregation function models the minimum function.
|
class |
ProductAggregator
This aggregation function models the product function.
|
class |
SumAggregator
This aggregation function models the sum function.
|
| Modifier and Type | Field and Description |
|---|---|
private AggregationFunction |
ProbabilisticAggregatingNorm.aggregator
The aggregation function used for computing the distance.
|
private AggregationFunction |
AggregatingNorm.aggregator
The aggregation function used for computing the distance.
|
| Constructor and Description |
|---|
AggregatingNorm(AggregationFunction aggregator)
Creates a new distance function with the given aggregator.
|
ProbabilisticAggregatingNorm(AggregationFunction aggregator,
int weight)
Creates a new distance function with the given aggregator.
|