Package | Description |
---|---|
weka.core.converters | |
weka.gui | |
weka.gui.explorer |
Modifier and Type | Class and Description |
---|---|
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 or tab
separated format.
|
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 |
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 |
XRFFLoader
Reads a source that is in the XML version of the ARFF format.
|
Modifier and Type | Method and Description |
---|---|
static AbstractFileLoader |
ConverterUtils.getLoaderForExtension(String extension)
tries to determine the loader to use for this kind of extension, returns
null if none can be found.
|
static AbstractFileLoader |
ConverterUtils.getLoaderForFile(File file)
tries to determine the loader to use for this kind of file, returns
null if none can be found.
|
static AbstractFileLoader |
ConverterUtils.getLoaderForFile(String filename)
tries to determine the loader to use for this kind of file, returns
null if none can be found.
|
static AbstractFileLoader |
ConverterUtils.getURLLoaderForExtension(String extension)
tries to determine the URL loader to use for this kind of extension, returns
null if none can be found.
|
static AbstractFileLoader |
ConverterUtils.getURLLoaderForFile(File file)
tries to determine the URL loader to use for this kind of file, returns
null if none can be found.
|
static AbstractFileLoader |
ConverterUtils.getURLLoaderForFile(String filename)
tries to determine the URL loader to use for this kind of file, returns
null if none can be found.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractFileLoader.runFileLoader(AbstractFileLoader loader,
String[] options)
runs the given loader with the provided options
|
Modifier and Type | Method and Description |
---|---|
AbstractFileLoader |
ConverterFileChooser.getLoader()
returns the loader that was chosen by the user, can be null in case the
user aborted the dialog or the save dialog was shown
|
Modifier and Type | Method and Description |
---|---|
void |
PreprocessPanel.setInstancesFromFile(AbstractFileLoader loader)
Loads results from a set of instances retrieved with the supplied loader.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.