Interface Weighting.IPredictionProcessor
- All Known Implementing Classes:
Weighting.MaxProcessor,Weighting.UpdateProcessor
- Enclosing class:
Weighting
private static interface Weighting.IPredictionProcessor
A prediction processor.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(String name) Postprocesses a named entry for multiple predictions.voidProcesses a single prediction.
-
Method Details
-
process
Processes a single prediction.- Parameters:
obs- the observableprediction- the prediction
-
postProcess
Postprocesses a named entry for multiple predictions.- Parameters:
name- the name
-