Uses of Class
adams.flow.source.wekaforecastersetup.AbstractForecasterGenerator
-
Packages that use AbstractForecasterGenerator Package Description adams.flow.source adams.flow.source.wekaforecastersetup -
-
Uses of AbstractForecasterGenerator in adams.flow.source
Fields in adams.flow.source declared as AbstractForecasterGenerator Modifier and Type Field Description protected AbstractForecasterGenerator
WekaForecasterSetup. m_Generator
the generator.Methods in adams.flow.source that return AbstractForecasterGenerator Modifier and Type Method Description AbstractForecasterGenerator
WekaForecasterSetup. getGenerator()
Returns the generator in use.Methods in adams.flow.source with parameters of type AbstractForecasterGenerator Modifier and Type Method Description void
WekaForecasterSetup. setGenerator(AbstractForecasterGenerator value)
Sets the generator to use. -
Uses of AbstractForecasterGenerator in adams.flow.source.wekaforecastersetup
Subclasses of AbstractForecasterGenerator in adams.flow.source.wekaforecastersetup Modifier and Type Class Description class
BaselineAdjustedForecasterGenerator
Outputs a configured instance of a baseline-adjusted Forecaster.class
WekaForecasterGenerator
Outputs a configured instance of a Weka Forecaster.Fields in adams.flow.source.wekaforecastersetup declared as AbstractForecasterGenerator Modifier and Type Field Description protected AbstractForecasterGenerator
BaselineAdjustedForecasterGenerator. m_Baseline
the forecaster setup for the baseline.protected AbstractForecasterGenerator
BaselineAdjustedForecasterGenerator. m_Periodicity
the forecaster setup for the periodicity.Methods in adams.flow.source.wekaforecastersetup that return AbstractForecasterGenerator Modifier and Type Method Description AbstractForecasterGenerator
BaselineAdjustedForecasterGenerator. getBaseline()
Returns the forecaster generator in use for the baseline data.AbstractForecasterGenerator
BaselineAdjustedForecasterGenerator. getPeriodicity()
Returns the forecaster generator in use for the periodicity data.Methods in adams.flow.source.wekaforecastersetup with parameters of type AbstractForecasterGenerator Modifier and Type Method Description void
BaselineAdjustedForecasterGenerator. setBaseline(AbstractForecasterGenerator value)
Sets the forecaster generator for the baseline data.void
BaselineAdjustedForecasterGenerator. setPeriodicity(AbstractForecasterGenerator value)
Sets the forecaster generator for the periodicity data.
-