Class WekaModelContainer

    • Constructor Detail

      • WekaModelContainer

        public WekaModelContainer()
        Initializes the container.

        Only used for generating help information.
      • WekaModelContainer

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

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

        public WekaModelContainer​(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
    • 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