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 AbstractForecasterGeneratorWekaForecasterSetup. m_Generatorthe generator.Methods in adams.flow.source that return AbstractForecasterGenerator Modifier and Type Method Description AbstractForecasterGeneratorWekaForecasterSetup. getGenerator()Returns the generator in use.Methods in adams.flow.source with parameters of type AbstractForecasterGenerator Modifier and Type Method Description voidWekaForecasterSetup. 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 classBaselineAdjustedForecasterGeneratorOutputs a configured instance of a baseline-adjusted Forecaster.classWekaForecasterGeneratorOutputs a configured instance of a Weka Forecaster.Fields in adams.flow.source.wekaforecastersetup declared as AbstractForecasterGenerator Modifier and Type Field Description protected AbstractForecasterGeneratorBaselineAdjustedForecasterGenerator. m_Baselinethe forecaster setup for the baseline.protected AbstractForecasterGeneratorBaselineAdjustedForecasterGenerator. m_Periodicitythe forecaster setup for the periodicity.Methods in adams.flow.source.wekaforecastersetup that return AbstractForecasterGenerator Modifier and Type Method Description AbstractForecasterGeneratorBaselineAdjustedForecasterGenerator. getBaseline()Returns the forecaster generator in use for the baseline data.AbstractForecasterGeneratorBaselineAdjustedForecasterGenerator. 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 voidBaselineAdjustedForecasterGenerator. setBaseline(AbstractForecasterGenerator value)Sets the forecaster generator for the baseline data.voidBaselineAdjustedForecasterGenerator. setPeriodicity(AbstractForecasterGenerator value)Sets the forecaster generator for the periodicity data.
-