ClusterLink: ClusterLinkType;
ClusterLink: Prognoz.Platform.Interop.Stat.ClusterLinkType;
The ClusterLink property determines the type of links between clusters.
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.
The property use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.
See also: