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, isThreadSafe
addLogListener, debug, getLogListeners, handleException, log, removeLogListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormatDescription, getFormatExtensions
finish, isThreadSafe, read, write
addLogListener, log, removeLogListener
protected File m_File
public AbstractFileBasedEvaluationStatisticsHandler()
protected File getDefaultFile()
public void setFile(File value)
setFile
in interface FileBasedEvaluationStatisticsHandler
value
- the filepublic File getFile()
getFile
in interface FileBasedEvaluationStatisticsHandler
public String fileTipText()
fileTipText
in interface FileBasedEvaluationStatisticsHandler
public Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class AbstractEvaluationStatisticsHandler
public void setOptions(String[] options) throws Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class AbstractEvaluationStatisticsHandler
options
- the optionsException
- neverpublic String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class AbstractEvaluationStatisticsHandler
public String initialize()
initialize
in interface EvaluationStatisticsHandler
Copyright © 2017. All Rights Reserved.