Click or drag to resize

ClusterAnalysisDistanceFunction Property

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

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

Property Value

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