Name

adams.flow.source.WekaForecasting


Synopsis

Uses a serialized model to perform predictions on the data being passed through.
The model can also be obtained from a callable actor, if the model file is pointing to a directory.


Additional information

Flow input/output:
- output: adams.flow.container.WekaForecastContainer

Container information:
- adams.flow.container.WekaForecastContainer:
   - Model: forecaster model; weka.classifiers.timeseries.AbstractForecaster
   - Forecasts: forecasts made; list of list of weka.classifiers.evaluation.NumericPrediction


Options