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

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

Introduction

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

The text is from its open source code.

Method

voidreset()
Resets the loader ready to read a new data set
FileretrieveFile()
get the File specified as the source
voidsetFile(File file)
sets the source File
voidsetSource(File file)
Resets the Loader object and sets the source of the data set to be the supplied File object.