-
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 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
Reads a source that is in the XML version of the ARFF format.
tries to determine the loader to use for this kind of extension, returns
null if none can be found.
tries to determine the loader to use for this kind of file, returns null if
none can be found.
tries to determine the loader to use for this kind of file, returns null if
none can be found.
tries to determine the URL loader to use for this kind of extension,
returns null if none can be found.
tries to determine the URL loader to use for this kind of file, returns
null if none can be found.
tries to determine the URL loader to use for this kind of file, returns
null if none can be found.
tries to determine the loader to use for this kind of extension, returns
null if none can be found.
tries to determine the loaders to use for this kind of file.
tries to determine the loaders to use for this kind of file.
tries to determine the URL loaders to use for this kind of extension.
tries to determine the URL loaders to use for this kind of file.
tries to determine the URL loader to use for this kind of file.
static void
runs the given loader with the provided options
-
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.
-
initializes the panel and loads the specified file
initializes the sorter w/o a model, but loads the given file and creates
from that a model
initializes the object and loads the given file
-
void
Loads results from a set of instances retrieved with the supplied loader.