Uses of Class
weka.core.converters.AbstractSaver
Packages that use AbstractSaver
-
Uses of AbstractSaver in weka.core.converters
Subclasses of AbstractSaver in weka.core.convertersModifier and TypeClassDescriptionclass
Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.class
Writes to a destination in arff text format.class
Writes to a destination that is in the format used by the C4.5 algorithm.
Therefore it outputs a names and a data file.class
Writes to a destination that is in CSV (comma-separated values) format.class
Writes to a database (tested with MySQL, InstantDB, HSQLDB).class
Writes a dictionary constructed from string attributes in incoming instances to a destination.class
Writes to a destination that is in JSON format.
The data can be compressed with gzip, in order to save space.
For more information, see JSON homepage:
http://www.json.org/class
Writes to a destination that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/class
Writes Matlab ASCII files, in single or double precision format.class
Serializes the instances to a file with extension bsi.class
Writes to a destination that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/class
Writes to a destination that is in the XML version of the ARFF format.