IClustersType.Item

Fore Syntax

Item(Index: Integer): IClusterType;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Stat.IClusterType;

Parameters

Index. Cluster index.

Description

The Item property returns cluster properties.

Fore and Fore.NET Examples

The property use is given in the example for ISmKmeansClusterAnalysis.Modification.

See also:

ISmKmeansClusterAnalysis