Uses of Interface
weka.core.converters.IncrementalConverter

Packages that use IncrementalConverter
weka.core.converters   
 

Uses of IncrementalConverter in weka.core.converters
 

Classes in weka.core.converters that implement IncrementalConverter
 class ArffLoader
          Reads a source that is in arff (attribute relation file format) format.
 class ArffSaver
          Writes to a destination in arff text format.
 class C45Loader
          Reads a file that is C45 format.
 class C45Saver
          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 CSVSaver
          Writes to a destination that is in CSV (comma-separated values) format.
 class DatabaseLoader
          Reads Instances from a Database.
 class DatabaseSaver
          Writes to a database (tested with MySQL, InstantDB, HSQLDB).
 class LibSVMSaver
          Writes to a destination that is in libsvm format.

For more information about libsvm see:

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

Valid options are:

 class MatlabSaver
          Writes Matlab ASCII files, in single or double precision format.
 class SerializedInstancesLoader
          Reads a source that contains serialized Instances.
 class SVMLightSaver
          Writes to a destination that is in svm light format.

For more information about svm light see:

http://svmlight.joachims.org/

Valid options are:

 class TextDirectoryLoader
          Loads all text files in a directory and uses the subdirectory names as class labels.
 



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