Class WekaExperimentContainer

    • Constructor Detail

      • WekaExperimentContainer

        public WekaExperimentContainer()
        Initializes the container.

        Only used for generating help information.
      • WekaExperimentContainer

        public WekaExperimentContainer​(weka.core.Instances inst)
        Initializes the container with just the Instances.
        Parameters:
        inst - the experiment results
      • WekaExperimentContainer

        public WekaExperimentContainer​(AbstractExperiment exp,
                                       weka.core.Instances inst,
                                       SpreadSheet sheet)
        Initializes the container.
        Parameters:
        exp - the experiment (can be null)
        inst - the experiment results
        sheet - the experiment results (can be null)
    • 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