|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
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. |
FileSourcedLoader | Interface to a loader that loads 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. |
Class Summary | |
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 |
ArffLoader | Reads a source that is in arff text format. |
ArffSaver | Writes to a destination in arff text format. |
C45Loader | Reads C4.5 input files. |
C45Saver | Writes to a destination in the format used by the C4.5 slgorithm. |
ConverterUtils | Utility routines for the converter package. |
CSVLoader | Reads a text file that is comma or tab delimited.. |
CSVSaver | Writes to a destination in csv format. |
DatabaseConnection | Connects to a database. |
DatabaseLoader | Reads from a database. |
DatabaseSaver | Writes to a database (tested with MySQL, InstantDB, HSQLDB). |
SerializedInstancesLoader | Reads a source that contains serialized Instances. |
SerializedInstancesSaver | Serialzes to a destination. |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |