Class WekaForecastContainer

    • Constructor Detail

      • WekaForecastContainer

        public WekaForecastContainer()
        Initializes the container.

        Only used for generating help information.
      • WekaForecastContainer

        public WekaForecastContainer​(weka.classifiers.timeseries.AbstractForecaster model,
                                     List<List<weka.classifiers.evaluation.NumericPrediction>> forecasts)
        Initializes the container.
        Parameters:
        model - the forecaster model
        forecasts - the forecasts
    • Method Detail

      • isValid

        public boolean isValid()
        Checks whether the setup of the container is valid.
        Specified by:
        isValid in interface Container
        Specified by:
        isValid in class AbstractContainer
        Returns:
        true if all the necessary values are available