Uses of Interface
weka.core.converters.Saver
Packages that use Saver
-
Uses of Saver in weka.core.converters
Classes in weka.core.converters that implement SaverModifier and TypeClassDescriptionclassAbstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.classAbstract class for SaverclassWrites to a destination in arff text format.classWrites to a destination that is in the format used by the C4.5 algorithm.
Therefore it outputs a names and a data file.classWrites to a destination that is in CSV (comma-separated values) format.classWrites to a database (tested with MySQL, InstantDB, HSQLDB).classWrites a dictionary constructed from string attributes in incoming instances to a destination.classWrites 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/classWrites to a destination that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/classWrites Matlab ASCII files, in single or double precision format.classSerializes the instances to a file with extension bsi.classWrites to a destination that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/classWrites to a destination that is in the XML version of the ARFF format.Methods in weka.core.converters with parameters of type SaverModifier and TypeMethodDescriptionstatic voidwrites the data via the given saver.Constructors in weka.core.converters with parameters of type Saver -
Uses of Saver in weka.gui.beans
Methods in weka.gui.beans that return SaverMethods in weka.gui.beans with parameters of type Saver -
Uses of Saver in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return SaverModifier and TypeMethodDescriptionSaver.getSaver()Get the saver instance that is wrapped by this step.Methods in weka.knowledgeflow.steps with parameters of type Saver