ISmBinning.Categories

Fore Syntax

Categories: Array;

Fore.NET Syntax

Categories: System.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.

Fore and Fore.NET Examples

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

See also:

ISmBinning