Package ai.libs.jaicore.ml.evaluation
Class MeasureAggregatedComputationEvent<INPUT,OUTPUT>
- java.lang.Object
-
- ai.libs.jaicore.ml.evaluation.MeasureAggregatedComputationEvent<INPUT,OUTPUT>
-
public class MeasureAggregatedComputationEvent<INPUT,OUTPUT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MeasureAggregatedComputationEvent(java.util.List<INPUT> actual, java.util.List<INPUT> expected, ai.libs.jaicore.basic.aggregate.IAggregateFunction<OUTPUT> aggregator, OUTPUT out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<INPUT>getActual()ai.libs.jaicore.basic.aggregate.IAggregateFunction<OUTPUT>getAggregator()java.util.List<INPUT>getExpected()OUTPUTgetOut()
-