Uses of Package
weka.core.converters

Packages that use weka.core.converters
weka.classifiers.evaluation.output.prediction   
weka.core.converters   
weka.gui   
weka.gui.beans   
weka.gui.explorer   
 

Classes in weka.core.converters used by weka.classifiers.evaluation.output.prediction
ConverterUtils.DataSource
          Helper class for loading data from files and URLs.
 

Classes in weka.core.converters used by weka.core.converters
AbstractFileLoader
          Abstract superclass for all file loaders.
AbstractFileSaver
          Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.
AbstractLoader
          Abstract class gives default implementation of setSource methods.
AbstractSaver
          Abstract class for Saver
BatchConverter
          Marker interface for a loader/saver that can retrieve instances in batch mode
DatabaseConverter
          Marker interface for a loader/saver that uses a database
FileSourcedConverter
          Interface to a loader/saver that loads/saves from a file source.
IncrementalConverter
          Marker interface for a loader/saver that can retrieve instances incrementally
Loader
          Interface to something that can load Instances from an input source in some format.
Saver
          Interface to something that can save Instances to an output destination in some format.
URLSourcedLoader
          Interface to a loader that can load from a http url
 

Classes in weka.core.converters used by weka.gui
AbstractFileLoader
          Abstract superclass for all file loaders.
AbstractFileSaver
          Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.
Loader
          Interface to something that can load Instances from an input source in some format.
 

Classes in weka.core.converters used by weka.gui.beans
Loader
          Interface to something that can load Instances from an input source in some format.
Saver
          Interface to something that can save Instances to an output destination in some format.
 

Classes in weka.core.converters used by weka.gui.explorer
AbstractFileLoader
          Abstract superclass for all file loaders.
AbstractFileSaver
          Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.
 



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