Package | Description |
---|---|
weka.core.converters | |
weka.gui | |
weka.gui.beans | |
weka.gui.explorer | |
weka.knowledgeflow.steps |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileLoader
Abstract superclass for all file loaders.
|
class |
AbstractLoader
Abstract class gives default implementation of setSource methods.
|
class |
ArffLoader
Reads a source that is in arff (attribute relation
file format) format.
|
class |
C45Loader
Reads a file that is C45 format.
|
class |
CSVLoader
Reads a source that is in comma separated format (the default).
|
class |
DatabaseLoader
Reads Instances from a Database.
|
class |
JSONLoader
Reads a source that is in the JSON format.
It automatically decompresses the data if the extension is '.json.gz'. For more information, see JSON homepage: http://www.json.org/ |
class |
LibSVMLoader
Reads a source that is in libsvm format.
For more information about libsvm see: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ |
class |
MatlabLoader
Reads a Matlab file containing a single matrix in ASCII format.
|
class |
SerializedInstancesLoader
Reads a source that contains serialized Instances.
|
class |
SVMLightLoader
Reads a source that is in svm light format.
For more information about svm light see: http://svmlight.joachims.org/ |
class |
TextDirectoryLoader
Loads all text files in a directory and uses the
subdirectory names as class labels.
|
class |
XRFFLoader
Reads a source that is in the XML version of the ARFF format.
|
Modifier and Type | Method and Description |
---|---|
Loader |
ConverterUtils.DataSource.getLoader()
returns the determined loader, null if the DataSource was initialized
with data alone and not a file/URL.
|
Modifier and Type | Method and Description |
---|---|
static Instances |
ConverterUtils.DataSource.read(Loader loader)
convencience method for loading a dataset in batch mode.
|
Constructor and Description |
---|
DataSource(Loader loader)
Initializes the datasource with the given Loader.
|
Modifier and Type | Method and Description |
---|---|
Loader |
SetInstancesPanel.getLoader()
Gets the currently used Loader.
|
Modifier and Type | Method and Description |
---|---|
Loader |
Loader.getLoader()
Get the loader
|
Modifier and Type | Method and Description |
---|---|
void |
Loader.setLoader(Loader loader)
Set the loader to use
|
Modifier and Type | Method and Description |
---|---|
Loader |
ClassifierPanel.getSeparateTestSetLoader()
Get the loader object used for loading a separate test set
|
Modifier and Type | Method and Description |
---|---|
Loader |
Loader.getLoader()
Convenience method - calls
getWrappedAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
Loader.setLoader(Loader loader)
Convenience method - calls
setWrappedAlgorithm() |
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.