Uses of Interface
weka.core.converters.Loader
Packages that use Loader
Package
Description
-
Uses of Loader in weka.core.converters
Classes in weka.core.converters that implement LoaderModifier and TypeClassDescriptionclass
Abstract superclass for all file loaders.class
Abstract class gives default implementation of setSource methods.class
Reads a source that is in arff (attribute relation file format) format.class
Reads a file that is C45 format.class
Reads a source that is in comma separated format (the default).class
Reads Instances from a Database.class
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
Reads a source that is in libsvm format.
For more information about libsvm see:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/class
Reads a Matlab file containing a single matrix in ASCII format.class
Reads a source that contains serialized Instances.class
Reads a source that is in svm light format.
For more information about svm light see:
http://svmlight.joachims.org/class
Loads all text files in a directory and uses the subdirectory names as class labels.class
Reads a source that is in the XML version of the ARFF format.Methods in weka.core.converters that return LoaderModifier and TypeMethodDescriptionConverterUtils.DataSource.getLoader()
returns the determined loader, null if the DataSource was initialized with data alone and not a file/URL.Methods in weka.core.converters with parameters of type LoaderModifier and TypeMethodDescriptionstatic Instances
convencience method for loading a dataset in batch mode.Constructors in weka.core.converters with parameters of type LoaderModifierConstructorDescriptionDataSource
(Loader loader) Initializes the datasource with the given Loader. -
Uses of Loader in weka.gui
-
Uses of Loader in weka.gui.beans
Methods in weka.gui.beans that return LoaderMethods in weka.gui.beans with parameters of type Loader -
Uses of Loader in weka.gui.explorer
Methods in weka.gui.explorer that return LoaderModifier and TypeMethodDescriptionClassifierPanel.getSeparateTestSetLoader()
Get the loader object used for loading a separate test set -
Uses of Loader in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return LoaderModifier and TypeMethodDescriptionLoader.getLoader()
Convenience method - callsgetWrappedAlgorithm()
Methods in weka.knowledgeflow.steps with parameters of type Loader