public abstract class AbstractFileBasedEvaluationStatisticsExporter extends AbstractEvaluationStatisticsExporter implements FileBasedEvaluationStatisticsExporter
Modifier and Type | Field and Description |
---|---|
protected File |
m_File
the file to read from/write to.
|
m_Debug, m_LogListeners
Constructor and Description |
---|
AbstractFileBasedEvaluationStatisticsExporter() |
Modifier and Type | Method and Description |
---|---|
String |
export(List<EvaluationStatistics> stats)
Exports the statistics.
|
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.
|
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.
|
doExport, globalInfo
addLogListener, debug, getLogListeners, handleException, log, removeLogListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormatDescription, getFormatExtensions
addLogListener, log, removeLogListener
protected File m_File
public AbstractFileBasedEvaluationStatisticsExporter()
protected File getDefaultFile()
public void setFile(File value)
setFile
in interface FileBasedEvaluationStatisticsExporter
value
- the filepublic File getFile()
getFile
in interface FileBasedEvaluationStatisticsExporter
public String fileTipText()
fileTipText
in interface FileBasedEvaluationStatisticsExporter
public Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class AbstractEvaluationStatisticsExporter
public void setOptions(String[] options) throws Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class AbstractEvaluationStatisticsExporter
options
- the optionsException
- neverpublic String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class AbstractEvaluationStatisticsExporter
public String export(List<EvaluationStatistics> stats)
export
in interface EvaluationStatisticsExporter
export
in class AbstractEvaluationStatisticsExporter
stats
- the statistics to exportCopyright © 2017. All Rights Reserved.