Class MultiExperimenter

    • Field Detail

      • m_Memory

        protected static weka.core.Memory m_Memory
        for monitoring the Memory consumption
    • Constructor Detail

      • MultiExperimenter

        public MultiExperimenter()
    • Method Detail

      • load

        public void load​(File file)
        Loads the specified file in a new panel.
        Parameters:
        file - the file to load
      • load

        public void load​(File[] files)
        Loads the specified files in new panels.
        Parameters:
        files - the files to load
      • runExperimenter

        public static void runExperimenter​(String[] args)
        Runs an experimenter instance. Also interpretes the "-env classname" parameter.
        Parameters:
        args - the command-line arguments
      • main

        public static void main​(String[] args)
        Starts the experimenter environment.
        Parameters:
        args - the command-line arguments: [-env classname] [initial dataset]