Click or drag to resize

DistancePowerDistanceFunction Property

Returns a Distance.Function delegate that encapsulates this.GetDistance.

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

Property Value

DistanceFunction
Remarks
The returned delegate can be used by an instance of class ClusterAnalysis for computing the distances between objects.
See Also