Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingCreateNeighbors 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 override IMulticlassScoreClassifier<double[]> CreateNeighbors(
	double[][] features
)
Request Example View Source

Parameters

features
Type: SystemDouble

Return Value

Type: IMulticlassScoreClassifierDouble
See Also