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

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

Introduction

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

The text is from its open source code.

Constructor

Method

InstancesgetDataSet()
Return the full data set.
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.