| Package | Description | 
|---|---|
| net.sf.tweety.logics.ml.analysis | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggregatingDistanceFunction
This distance function uses an aggregator on the 1-norm distance of each 
 value. 
 | 
class  | 
PNormDistanceFunction
This class implement the p-norm distance function. 
 | 
class  | 
ProbabilisticAggregatingDistanceFunction
This distance function uses an aggregator on a probabilistically normalized distance
 for probabilities of each value. 
 | 
class  | 
ProbabilisticPNormDistanceFunction
This class implement the p-norm distance function where distances are normalized
 corresponding to their distance to 0.5. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private DistanceFunction | 
AggregatingCoherenceMeasure.distance
The distance function used to measure the difference of the probabilities
 of each ground instance for a single formula. 
 | 
| Constructor and Description | 
|---|
AggregatingCoherenceMeasure(DistanceFunction distance,
                           AggregationFunction aggregator)  |