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

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

Introduction

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

The text is from its open source code.

Field

StringFILE_EXTENSION
the file extension

Constructor

Method

InstancesgetDataSet()
Return the full data set.
InstancegetNextInstance(Instances structure)
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
InstancesgetStructure()
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
voidsetFile(File file)
sets the source File
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.