public interface ExperimentFileHandler extends weka.core.OptionHandler, Serializable, LogSupporter
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatDescription()
A description of the file format.
|
String[] |
getFormatExtensions()
Returns the format extensions.
|
Experiment |
read(File file)
Reads an experiment from disk.
|
String |
write(Experiment exp,
File file)
Writes and experiment to disk.
|
addLogListener, log, removeLogListenerString getFormatDescription()
String[] getFormatExtensions()
Experiment read(File file)
file - the file to loadString write(Experiment exp, File file)
exp - the experiment to savefile - the file to save toCopyright © 2017. All Rights Reserved.