Show contents 

Stat Assembly > Stat Assembly Interfaces > IBinningSettings > IBinningSettings.Clusters

IBinningSettings.Clusters

Fore Syntax

Clusters: IClustersType;

Fore.NET Syntax

Clusters: Prognoz.Platform.Interop.Stat.IClustersType;

Description

The Clusters property returns clusters order.

Comments

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

The number of clusters corresponds to the number of resulting categories set in the IBinningSettings.NumOfCategories property.

Fore and Fore.NET Examples

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

See also:

IBinningSettings