Java weka.core.converters XRFFLoader fields, constructors, methods, implement or subclass

Example usage for Java weka.core.converters XRFFLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.converters XRFFLoader.

The text is from its open source code.

Field

StringFILE_EXTENSION
the file extension

Constructor

Method

InstancesgetDataSet()
Return the full data set.
voidsetSource(File file)
Resets the Loader object and sets the source of the data set to be the supplied File object.
voidsetSource(URL url)
Resets the Loader object and sets the source of the data set to be the supplied url.
voidsetSource(InputStream in)
Resets the Loader object and sets the source of the data set to be the supplied InputStream.