Class AbstractForecasterGenerator

    • Constructor Detail

      • AbstractForecasterGenerator

        public AbstractForecasterGenerator()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.

        The default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • generate

        public abstract weka.classifiers.timeseries.AbstractForecaster generate()
                                                                         throws Exception
        Generates an instance of a AbstractForecaster.
        Returns:
        the forecaster instance
        Throws:
        Exception - if the setup fails