ISmBinning.Categories

Syntax

Categories: Array;

Description

The Categories property returns results of the Binning procedure execution.

Comments

The results are available after executing the IStatMethod.Execute method.

The elements value in resulting arrays contains number of category to which belongs corresponding element of the initial vector array. To create initial vector array, use the ISmBinning.Values property.

Example

The property use is given in the example for ISmBinning.Settings.

See also:

ISmBinning