autoweka.smac
Class MultiInstanceWrapper

java.lang.Object
  extended by autoweka.Wrapper
      extended by autoweka.smac.SMACWrapper
          extended by autoweka.smac.MultiInstanceWrapper

public class MultiInstanceWrapper
extends SMACWrapper


Field Summary
 java.lang.String mParams
           
 
Fields inherited from class autoweka.Wrapper
mExperimentSeed, mInstance, mProperties, mResultMetric, mRunner, mSeed, mTimeout
 
Constructor Summary
MultiInstanceWrapper()
           
 
Method Summary
protected  ClassifierResult _doRun(java.util.List<java.lang.String> runnerArgs)
          Actually does the run of the Classifier Runner.
static void main(java.lang.String[] args)
           
 
Methods inherited from class autoweka.smac.SMACWrapper
_processParameter, _processResults, _processWrapperParameterStart
 
Methods inherited from class autoweka.Wrapper
_postRun, _preRun, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mParams

public java.lang.String mParams
Constructor Detail

MultiInstanceWrapper

public MultiInstanceWrapper()
Method Detail

main

public static void main(java.lang.String[] args)

_doRun

protected ClassifierResult _doRun(java.util.List<java.lang.String> runnerArgs)
Description copied from class: Wrapper
Actually does the run of the Classifier Runner. You should only override this if you need to do a number of different runs for each wrapper invocation

Overrides:
_doRun in class Wrapper