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

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

Introduction

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

The text is from its open source code.

Constructor

TextDirectoryLoader()
default constructor

Method

InstancesgetDataSet()
Return the full data set.
voidsetCharSet(String charSet)
Set the character set to use when reading text files (an empty string indicates that the default character set will be used).
voidsetDirectory(File dir)
sets the source directory
voidsetOptions(String[] options)
Parses a given list of options.
voidsetOutputFilename(boolean value)
Sets whether the filename will be stored as an extra attribute.