RESULT - Type of the results being aggregatedAGGREGATED - Type of the aggregated resultpublic interface ResultAggregator<RESULT,AGGREGATED extends AnalysisResult>
ResultAggregator aggregates multiple results
into a single AnalysisResult. A primary use for
this is in cross-validation where the results from each
round must be aggregated to form the final analysis.| Modifier and Type | Method and Description |
|---|---|
void |
add(RESULT result)
Add a new result to this aggregation
|
AGGREGATED |
getAggregatedResult()
Get the aggregated result
|
void add(RESULT result)
result - the result to addAGGREGATED getAggregatedResult()