public abstract class AbstractDatasetProvider extends LogObject implements DatasetProvider
m_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractDatasetProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
finish()
Gets called after the experiment finishes.
|
String[] |
getOptions()
Returns the options.
|
abstract String |
globalInfo()
Description to be displayed in the GUI.
|
String |
initialize()
Initializes the provider to start providing datasets from scratch.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options..
|
void |
remove()
Does nothing.
|
void |
setOptions(String[] options)
Sets the options.
|
addLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, nextforEachRemainingaddLogListener, log, removeLogListenerpublic abstract String globalInfo()
public Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandleroptions - the optionsException - if parsing of options failspublic String[] getOptions()
getOptions in interface weka.core.OptionHandlerpublic String initialize()
initialize in interface DatasetProviderpublic void remove()
public String finish()
finish in interface DatasetProviderCopyright © 2017. All Rights Reserved.