IEmClusterAnalysisSettings.ClusterLink

Fore syntax

ClusterLink: ClusterLinkType;

Fore.NET syntax

ClusterLink: Prognoz.Platform.Interop.Stat.ClusterLinkType;

Description

The ClusterLink property determines the type of links between clusters.

Comments

Depending on the method different ways of distances between clusters calculations are used. By default ClusterLink = ClusterLinkType.SingleLink, that is, the Distances Between the Nearest Neighbors method is used.

Fore and Fore.NET examples

The property use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.

See also:

IEmClusterAnalysisSettings