Package org.openml.weka.experiment
Class RunOpenmlJob
- java.lang.Object
-
- org.openml.weka.experiment.RunOpenmlJob
-
- All Implemented Interfaces:
weka.core.CommandlineRunnable
public class RunOpenmlJob extends Object implements weka.core.CommandlineRunnable
-
-
Constructor Summary
Constructors Constructor Description RunOpenmlJob()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)static voidmain(String[] args)voidpostExecution()voidpreExecution()voidrun(Object arg0, String[] args)
-
-
-
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:
runin interfaceweka.core.CommandlineRunnable- Throws:
Exception
-
postExecution
public void postExecution() throws Exception- Specified by:
postExecutionin interfaceweka.core.CommandlineRunnable- Throws:
Exception
-
-