Click or drag to resize

DistancePowerDistanceP Property

Gets and sets the power for the power distance calculation.

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

Property Value

Double
Remarks
The power distance is computed as:
C#
distance( x, y ) = ( |xi - yi|^p )^1/r
See Also