public interface Aggregation
| Modifier and Type | Field and Description |
|---|---|
static double |
RETURN_VALUE_FOR_UNDEFINED
The return value if the aggregation of the given values is not defined.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the aggregation.
|
double |
summarize(double[] values)
Aggregates the given confirmation values and returns a single coherence
value.
|
double |
summarize(double[] values,
double[] weights)
Aggregates the product of the given confirmation values and the given
weights and returns a single coherence value.
|
static final double RETURN_VALUE_FOR_UNDEFINED
double summarize(double[] values)
values - values that should be aggregateddouble summarize(double[] values,
double[] weights)
values - values that should be aggregatedweights - weights of the single valuesString getName()
Copyright © 2014–2016. All rights reserved.