Interface | Description |
---|---|
AnalysisResult |
The result of the analysis of raw data.
|
Evaluator<T,Q extends AnalysisResult> |
Evaluator s are used to perform evaluations. |
ResultAggregator<RESULT,AGGREGATED extends AnalysisResult> |
A
ResultAggregator aggregates multiple results
into a single AnalysisResult . |