Gets and sets the linkage measurement delegate used by this ClusterAnalysis
instance to determine the distance between clusters.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public Linkage..::.Function LinkageFunction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property LinkageFunction As Linkage..::.Function |
| Visual C++ |
|---|
public: property Linkage..::.Function^ LinkageFunction { Linkage..::.Function^ get (); void set (Linkage..::.Function^ value); } |
Remarks
Setting the linkage delegate has no effect until Update() is
called with new data.