Click or drag to resize
Accord.NET (logo)

VPTreeBaseTPoint, TNodeDistance Property

Gets or set the distance function used to measure distances amongst points on this tree

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IDistance<TPoint> Distance { get; set; }
Request Example View Source

Property Value

Type: IDistanceTPoint
See Also