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 void
main(String[] args)
void
postExecution()
void
preExecution()
void
run(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:
run
in interfaceweka.core.CommandlineRunnable
- Throws:
Exception
-
postExecution
public void postExecution() throws Exception
- Specified by:
postExecution
in interfaceweka.core.CommandlineRunnable
- Throws:
Exception
-
-