Package | Description |
---|---|
weka.core.converters | |
weka.gui.beans | |
weka.knowledgeflow.steps |
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 |
AbstractSaver
Abstract class for Saver
|
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
(comma-separated values) format.
|
class |
DatabaseSaver
Writes to a database (tested with MySQL, InstantDB,
HSQLDB).
|
class |
DictionarySaver
Writes a dictionary constructed from string
attributes in incoming instances to a destination.
|
class |
JSONSaver
Writes to a destination that is in JSON format.
The data can be compressed with gzip, in order to save space. For more information, see JSON homepage: http://www.json.org/ Valid options are: |
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 |
MatlabSaver
Writes Matlab ASCII files, in single or double
precision format.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConverterUtils.DataSink.write(Saver saver,
Instances data)
writes the data via the given saver.
|
Constructor and Description |
---|
DataSink(Saver saver)
initializes the sink to save the data to the given Saver (expected to be
fully configured).
|
Modifier and Type | Method and Description |
---|---|
Saver |
Saver.getSaverTemplate()
Get the saver
|
Modifier and Type | Method and Description |
---|---|
void |
Saver.setSaverTemplate(Saver saver)
Set the loader to use
|
Modifier and Type | Method and Description |
---|---|
Saver |
Saver.getSaver()
Get the saver instance that is wrapped by this step.
|
Modifier and Type | Method and Description |
---|---|
void |
Saver.setSaver(Saver saver)
Set the saver instance that is wrapped by this step.
|
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.