Package weka.core.converters

Interface Summary
Loader Interface to something that can load Instances from an input source in some format.
 

Class Summary
AbstractLoader Abstract class for Loaders that contains default implementation of the setSource methods: Any of these methods that are not overwritten will result in throwing IOException.
ArffLoader Reads a source that is in arff text format.
C45Loader Reads C4.5 input files.
ConverterUtils Utility routines for the converter package.
CSVLoader Reads a text file that is comma or tab delimited..
SerializedInstancesLoader Reads a source that contains serialized Instances.