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

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

Introduction

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

The text is from its open source code.

Field

StringFILE_EXTENSION
the file extension.

Constructor

CSVLoader()
default constructor.

Method

InstancesgetDataSet()
voidsetFieldSeparator(String value)
Sets the character used as column separator.
voidsetFile(File file)
sets the source File
voidsetMissingValue(String value)
Sets the placeholder for missing values.
voidsetNominalAttributes(String value)
Sets the attribute range to be forced to type nominal.
voidsetNominalLabelSpecs(Object[] specs)
Set label specifications for nominal attributes.
voidsetOptions(String[] options)
voidsetSource(InputStream input)
Resets the Loader object and sets the source of the data set to be the supplied Stream object.
voidsetSource(File file)
Resets the Loader object and sets the source of the data set to be the supplied File object.
voidsetStringAttributes(String value)
Sets the attribute range to be forced to type string.