Class RunOpenmlJob

  • All Implemented Interfaces:
    weka.core.CommandlineRunnable

    public class RunOpenmlJob
    extends Object
    implements weka.core.CommandlineRunnable
    • Constructor Detail

      • RunOpenmlJob

        public RunOpenmlJob()
    • Method Detail

      • executeTask

        public static org.apache.commons.lang3.tuple.Pair<Integer,​org.openml.apiconnector.xml.Run> executeTask​(org.openml.apiconnector.io.OpenmlConnector openml,
                                                                                                                     WekaConfig config,
                                                                                                                     Integer task_id,
                                                                                                                     weka.classifiers.Classifier classifier)
                                                                                                              throws Exception
        Throws:
        Exception
      • run

        public void run​(Object arg0,
                        String[] args)
                 throws Exception
        Specified by:
        run in interface weka.core.CommandlineRunnable
        Throws:
        Exception
      • postExecution

        public void postExecution()
                           throws Exception
        Specified by:
        postExecution in interface weka.core.CommandlineRunnable
        Throws:
        Exception
      • preExecution

        public void preExecution()
                          throws Exception
        Specified by:
        preExecution in interface weka.core.CommandlineRunnable
        Throws:
        Exception