Uses of Interface
weka.core.EnvironmentHandler

Packages that use EnvironmentHandler
weka.core.converters   
weka.gui.beans   
 

Uses of EnvironmentHandler in weka.core.converters
 

Classes in weka.core.converters that implement EnvironmentHandler
 class AbstractFileLoader
          Abstract superclass for all file loaders.
 class AbstractFileSaver
          Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.
 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 CSVLoader
          Reads a source that is in comma separated or tab separated format.
 class CSVSaver
          Writes to a destination that is in csv format

Valid options are:

 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 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 SerializedInstancesLoader
          Reads a source that contains serialized Instances.
 class SerializedInstancesSaver
          Serializes the instances to a file with extension bsi.
 class SVMLightLoader
          Reads a source that is in svm light format.

For more information about svm light see:

http://svmlight.joachims.org/

 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 XRFFLoader
          Reads a source that is in the XML version of the ARFF format.
 class XRFFSaver
          Writes to a destination that is in the XML version of the ARFF format.
 

Uses of EnvironmentHandler in weka.gui.beans
 

Classes in weka.gui.beans that implement EnvironmentHandler
 class Loader
          Loads data sets using weka.core.converter classes
 class Saver
          Saves data sets using weka.core.converter classes
 class SerializedModelSaver
          A bean that saves serialized models
 



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