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

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

Introduction

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

The text is from its open source code.

Subclass

weka.filters.unsupervised.attribute.Discretize has subclasses.
Click this link to see all its subclasses.

Constructor

Discretize()
Constructor - initialises the filter
Discretize(String cols)
Another constructor, sets the attribute indices immediately

Method

intgetBins()
Gets the number of bins numeric attributes will be divided into
double[]getCutPoints(int attributeIndex)
Gets the cut points for an attribute
booleaninput(Instance instance)
Input an instance for filtering.
voidsetBins(int numBins)
Sets the number of bins to divide each selected numeric attribute into
booleansetInputFormat(Instances instanceInfo)
Sets the format of the input instances.
voidsetOptions(String[] options)
Parses a given list of options.
voidsetUseEqualFrequency(boolean newUseEqualFrequency)
Set the value of UseEqualFrequency.