I - The type of the inputs to compute the measure.public abstract class ADecomposableDoubleMeasure<I> extends ADecomposableMeasure<I,java.lang.Double>
| Constructor and Description |
|---|
ADecomposableDoubleMeasure() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
calculateAvgMeasure(java.util.List<I> actual,
java.util.List<I> expected)
Computes the measure for lists of input actual and the expected outcome expected and aggregates the measured values with the mean, as this is the most frequently used aggregate function.
|
calculateMeasure, calculateMeasureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateMeasurepublic java.lang.Double calculateAvgMeasure(java.util.List<I> actual, java.util.List<I> expected)
IMeasureactual - The list of actually available values.expected - The list of expected values to compare the actual values with.