Click or drag to resize
Accord.NET (logo)

KNearestNeighbors Constructor

Overload List
  NameDescription
Public methodKNearestNeighbors()
Creates a new KNearestNeighbors.
Public methodKNearestNeighbors(Int32)
Creates a new KNearestNeighbors.
Public methodKNearestNeighbors(Int32, IMetric<Double[]>)
Creates a new KNearestNeighbors.
Public methodKNearestNeighbors(Int32,Double[][],Int32[]) Obsolete.
Creates a new KNearestNeighbors.
Public methodKNearestNeighbors(Int32, Int32,Double[][],Int32[]) Obsolete.
Creates a new KNearestNeighbors.
Public methodKNearestNeighbors(Int32, Int32,Double[][],Int32[], IMetric<Double[]>) Obsolete.
Creates a new KNearestNeighbors.
Top
See Also