Click or drag to resize

ClusterAnalysisLinkageFunction Property

Gets and sets the linkage measurement delegate used by this ClusterAnalysis instance to determine the distance between clusters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LinkageFunction LinkageFunction { get; set; }

Property Value

LinkageFunction
Remarks
Setting the linkage delegate has no effect until Update() is called with new data.
See Also