Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingTDistance Property

Gets or sets the distance function used as a distance metric between data points.

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

Property Value

Type: IDistanceT
See Also