Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingT Properties

The KNearestNeighborMatchingT generic type exposes the following members.

Properties
  NameDescription
Public propertyDistance
Gets or sets the distance function used as a distance metric between data points.
Public propertyK
Gets or sets the number k of nearest neighbors.
Public propertyThreshold
Gets or sets a minimum relevance threshold used to find matching pairs. Default is 0.
Top
See Also