Package moa.gui.experimentertab.tasks
Class ExperimenterTask
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.tasks.AbstractTask
-
- moa.gui.experimentertab.tasks.ExperimenterTask
-
- All Implemented Interfaces:
Configurable
,Serializable
,MOAObject
,OptionHandler
,Task
- Direct Known Subclasses:
ConceptDriftMainTask
,EvaluateInterleavedChunks
,EvaluateInterleavedTestThenTrain
,EvaluatePeriodicHeldOutTest
,EvaluatePrequential
,EvaluatePrequentialCV
public abstract class ExperimenterTask extends AbstractTask
- Author:
- Alberto
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description ExperimenterTask()
-
Method Summary
-
Methods inherited from class moa.tasks.AbstractTask
doTask, doTask, doTaskImpl, getDescription, getTaskName, prepareForUseImpl
-
Methods inherited from class moa.options.AbstractOptionHandler
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
measureByteSize
-
Methods inherited from interface moa.tasks.Task
getTaskResultType
-
-