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