Package | Description |
---|---|
weka.core.converters |
Modifier and Type | Class and Description |
---|---|
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 |
ArffSaver
Writes to a destination in arff text 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 |
CSVSaver
Writes to a destination that is in csv format
Valid options are:
|
class |
DatabaseSaver
Writes to a database (tested with MySQL, InstantDB, HSQLDB).
|
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 |
SerializedInstancesSaver
Serializes the instances to a file with extension bsi.
|
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 |
XRFFSaver
Writes to a destination that is in the XML version of the ARFF format.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.