| Package | Description |
|---|---|
| net.sf.tweety.logics.ml.analysis |
| 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.
|
| Constructor and Description |
|---|
AggregatingCoherenceMeasure(DistanceFunction distance,
AggregationFunction aggregator) |
AggregatingDistanceFunction(AggregationFunction aggregator)
Creates a new distance function with the given aggregator.
|
ProbabilisticAggregatingDistanceFunction(AggregationFunction aggregator,
int weight)
Creates a new distance function with the given aggregator.
|
Copyright © 2018. All rights reserved.