BinningMethod

Description

The BinningMethod enumeration is used to determine calculation method of the Binning procedure.

It is used by the following properties:

Available Values

  Value Brief description
0 None. Data array will not be split into groups.
1 EqualWidth. Data array will be split into segments of equal width.
2 EqualDepth. Data array will be split into segments containing equal number of objects.
3 KMeansClustering. Data array will be split into segments using the K-means is installed on the local workstation.

See also:

Stat Assembly Enumerations