| Package | Description |
|---|---|
| net.sf.tweety.math.func | |
| net.sf.tweety.math.norm |
| 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 |
|---|
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.
|
Copyright © 2019. All rights reserved.