Java weka.filters.supervised.attribute Discretize fields, constructors, methods, implement or subclass

Example usage for Java weka.filters.supervised.attribute Discretize fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.filters.supervised.attribute Discretize.

The text is from its open source code.

Constructor

Discretize()
Constructor - initialises the filter

Method

booleaninput(Instance instance)
Input an instance for filtering.
Instanceoutput()
Output an instance after filtering and remove from the output queue.
booleansetInputFormat(Instances instanceInfo)
Sets the format of the input instances.
voidsetOptions(String[] options)
Parses a given list of options.
voidsetUseBetterEncoding(boolean useBetterEncoding)
Sets whether better encoding is to be used for MDL.