Uses of Interface
weka.core.converters.URLSourcedLoader

Packages that use URLSourcedLoader
weka.core.converters   
 

Uses of URLSourcedLoader in weka.core.converters
 

Classes in weka.core.converters that implement URLSourcedLoader
 class ArffLoader
          Reads a source that is in arff (attribute relation file format) format.
 class JSONLoader
          Reads 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/

 class LibSVMLoader
          Reads a source that is in libsvm format.

For more information about libsvm see:

http://www.csie.ntu.edu.tw/~cjlin/libsvm/

 class MatlabLoader
          Reads a Matlab file containing a single matrix in ASCII format.
 class SVMLightLoader
          Reads a source that is in svm light format.

For more information about svm light see:

http://svmlight.joachims.org/

 class XRFFLoader
          Reads a source that is in the XML version of the ARFF format.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.