Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingTCreateNeighbors Method

Creates a nearest neighbor algorithm with the feature points as inputs and their respective indices a the corresponding output.

Namespace:  Accord.Imaging
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
protected virtual IMulticlassScoreClassifier<T> CreateNeighbors(
	T[] features
)
Request Example View Source

Parameters

features
Type: T

Return Value

Type: IMulticlassScoreClassifierT
See Also