autoweka.smac
Class SMACWrapper

java.lang.Object
  extended by autoweka.Wrapper
      extended by autoweka.smac.SMACWrapper
Direct Known Subclasses:
MultiInstanceWrapper

public class SMACWrapper
extends Wrapper


Field Summary
 
Fields inherited from class autoweka.Wrapper
mExperimentSeed, mInstance, mProperties, mResultMetric, mRunner, mSeed, mTimeout
 
Constructor Summary
SMACWrapper()
           
 
Method Summary
protected  void _processParameter(java.lang.String arg, java.util.Queue<java.lang.String> args)
          Override this when you want to get at parameters before the -wrapper.
protected  void _processResults(ClassifierResult res)
          Called once the run has completed (or been terminated), the results should be sent back to the SMBO method here
protected  void _processWrapperParameterStart(java.util.Queue<java.lang.String> args)
          Override this when you want to get at parameters as soon as you hit the -wrapper.
static void main(java.lang.String[] args)
           
 
Methods inherited from class autoweka.Wrapper
_doRun, _postRun, _preRun, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMACWrapper

public SMACWrapper()
Method Detail

main

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

_processWrapperParameterStart

protected void _processWrapperParameterStart(java.util.Queue<java.lang.String> args)
Description copied from class: Wrapper
Override this when you want to get at parameters as soon as you hit the -wrapper. Consume any extra arguments from the Queue that should not be passed on to the ClassifierRunner

Overrides:
_processWrapperParameterStart in class Wrapper

_processParameter

protected void _processParameter(java.lang.String arg,
                                 java.util.Queue<java.lang.String> args)
Description copied from class: Wrapper
Override this when you want to get at parameters before the -wrapper. Consume any extra arguments from the Queue that you don't want to process again

Overrides:
_processParameter in class Wrapper

_processResults

protected void _processResults(ClassifierResult res)
Description copied from class: Wrapper
Called once the run has completed (or been terminated), the results should be sent back to the SMBO method here

Overrides:
_processResults in class Wrapper