Uses of Package
weka.core.converters

Packages that use weka.core.converters
weka.classifiers.meta   
weka.core.converters   
weka.gui.beans   
weka.gui.explorer   
 

Classes in weka.core.converters used by weka.classifiers.meta
ClassHierarchyParser
          Interface defines required methods for all parsers, which provide a ClassHierarchy.
 

Classes in weka.core.converters used by weka.core.converters
AbstractClassHierarchyParser
          This abstract parser does ensure the class-attribute of the instances given to the init-method is nominal.
AbstractLoader
          Abstract class gives default implementation of setSource methods.
BatchLoader
          Marker interface for a loader that can retrieve instances in batch mode
ClassHierarchyParser
          Interface defines required methods for all parsers, which provide a ClassHierarchy.
ClassTreeFileParser
          Works as ClassTreeParser, but expects the encodedHierarchy to be provided by a file's first line.
ClassTreeParser
          ClassTreeParser is a ClassHierarchyParser which provides as ClassHierarchy-structure a ClassTree
IncrementalLoader
          Marker interface for a loader that can retrieve instances incrementally
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.
 

Classes in weka.core.converters used by weka.gui.explorer
Loader
          Interface to something that can load Instances from an input source in some format.