public abstract class AbstractFileBasedEvaluationStatisticsHandler extends AbstractEvaluationStatisticsHandler implements FileBasedEvaluationStatisticsHandler
| Modifier and Type | Field and Description |
|---|---|
protected File |
m_File
the file to read from/write to.
|
m_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractFileBasedEvaluationStatisticsHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
fileTipText()
Describes this property.
|
protected File |
getDefaultFile()
Returns the default file.
|
File |
getFile()
Returns the file to read from/write to.
|
String[] |
getOptions()
Returns the options.
|
String |
initialize()
Initializes the handler.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options.
|
void |
setFile(File value)
Sets the file to read from/write to.
|
void |
setOptions(String[] options)
Sets the options.
|
finish, globalInfo, isThreadSafeaddLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatDescription, getFormatExtensionsfinish, isThreadSafe, read, writeaddLogListener, log, removeLogListenerprotected File m_File
public AbstractFileBasedEvaluationStatisticsHandler()
protected File getDefaultFile()
public void setFile(File value)
setFile in interface FileBasedEvaluationStatisticsHandlervalue - the filepublic File getFile()
getFile in interface FileBasedEvaluationStatisticsHandlerpublic String fileTipText()
fileTipText in interface FileBasedEvaluationStatisticsHandlerpublic Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractEvaluationStatisticsHandlerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractEvaluationStatisticsHandleroptions - the optionsException - neverpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractEvaluationStatisticsHandlerpublic String initialize()
initialize in interface EvaluationStatisticsHandlerCopyright © 2017. All Rights Reserved.