|
Classes | |
class | MaxHistorySize |
class | MaxHistorySizeParent |
class | Prediction |
Can do predictions, but has no children it could delegate predictions to. More... | |
class | PredictionContainer |
Can do predictions itself and has children it could delegate predictions to. More... | |
Typedefs | |
using | Predictor = std::function< PredictionResult(const PredictionRequest &)> |
using Predictor = std::function<PredictionResult(const PredictionRequest&)> |
Definition at line 42 of file Prediction.h.