IDmField.BinningType

Syntax

BinningType: BinningMethod;

Description

The BinningType property determines a calculation method of the Binning procedure.

Comments

Binning is a procedure of data preparation for data mining methods working with categorial data.

The main point of the method is that input array of numeric data is split into the number of ranges according to determined binning rules. Obtained ranges are further used in data mining methods as separate categories.

Example

The property use is given in the example for IDmMethod.Execute.

See also:

IDmField