Click or drag to resize
Accord.NET (logo)

KDTreeBaseTNodeDistance 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 IMetric<double[]> Distance { get; set; }
Request Example View Source

Property Value

Type: IMetricDouble
See Also