Uses of Class
weka.core.converters.AbstractLoader
Packages that use AbstractLoader
- 
Uses of AbstractLoader in weka.core.converters
Subclasses of AbstractLoader in weka.core.convertersModifier and TypeClassDescriptionclassAbstract superclass for all file loaders.classReads a source that is in arff (attribute relation file format) format.classReads a file that is C45 format.classReads a source that is in comma separated format (the default).classReads Instances from a Database.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/classReads a source 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.classReads a source that contains serialized Instances.classReads a source 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.