Class WekaForecastModelContainer

    • Constructor Detail

      • WekaForecastModelContainer

        public WekaForecastModelContainer()
        Initializes the container.

        Only used for generating help information.
      • WekaForecastModelContainer

        public WekaForecastModelContainer​(Object model)
        Initializes the container with no header.
        Parameters:
        model - the model to use
      • WekaForecastModelContainer

        public WekaForecastModelContainer​(Object model,
                                          weka.core.Instances header)
        Initializes the container with no header.
        Parameters:
        model - the model to use
        header - the header to use
      • WekaForecastModelContainer

        public WekaForecastModelContainer​(Object model,
                                          weka.core.Instances header,
                                          weka.core.Instances data)
        Initializes the container with no header.
        Parameters:
        model - the model to use
        header - the header to use
        data - the data to use