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

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

Introduction

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

The text is from its open source code.

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(InputStream input)
Resets the Loader object and sets the source of the data set to be the supplied InputStream.