Name

adams.flow.transformer.MakeForecastPlotContainer


Synopsis

Creates a named containers for the SequencePlotter actor using the incoming forecasts.


Additional information

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

Container information:
- adams.flow.container.WekaForecastContainer:
   - Model: forecaster model; weka.classifiers.timeseries.AbstractForecaster
   - Forecasts: forecasts made; list of list of weka.classifiers.evaluation.NumericPrediction
- adams.flow.container.SequencePlotterContainer:
   - PlotName: name of the plot; java.lang.String
   - X: X value; java.lang.Comparable
   - Y: Y value; java.lang.Comparable
   - Content type: type of plot; adams.flow.container.SequencePlotterContainer$ContentType
   - Error X: X error; java.lang.Double[]
   - Error Y: Y error; java.lang.Double[]
   - MetaData: mapping of meta-data (String/Object); java.util.HashMap


Options