Uses of Interface
weka.core.converters.BatchConverter
Packages that use BatchConverter
-
Uses of BatchConverter in weka.core.converters
Classes in weka.core.converters that implement BatchConverterModifier and TypeClassDescriptionclassReads a source that is in arff (attribute relation file format) format.classWrites to a destination in arff text format.classReads a file that is C45 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.classReads a source that is in comma separated format (the default).classWrites to a destination that is in CSV (comma-separated values) format.classReads Instances from a Database.classWrites to a database (tested with MySQL, InstantDB, HSQLDB).classWrites a dictionary constructed from string attributes in incoming instances to a destination.classReads a source that is in the JSON format.
It automatically decompresses the data if the extension is '.json.gz'.
For more information, see JSON homepage:
http://www.json.org/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/classReads a source that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/classWrites to a destination that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/classReads a Matlab file containing a single matrix in ASCII format.classWrites Matlab ASCII files, in single or double precision format.classReads a source that contains serialized Instances.classSerializes the instances to a file with extension bsi.classReads a source that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/classWrites to a destination that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/classLoads all text files in a directory and uses the subdirectory names as class labels.classReads a source that is in the XML version of the ARFF format.classWrites to a destination that is in the XML version of the ARFF format.