Discretize by Size


Synopsis

Discretize numerical attributes into bins with user defined number of contained examples.


Description

This operator discretizes all numeric attributes in the dataset into nominal attributes. This discretization is performed by binning examples into bins of same size. The specified number of equally sized bins is created and the numerical values are simply sorted into those bins, so that all bins contain the same number of examples. Skips all special attributes including the label.


Input

, Example set matching at least one selected attribute.


Output


Parameters


ExampleProcess