|
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
)
Protected Overrides Function CreateNeighbors (
features As Double()()
) As IMulticlassScoreClassifier(Of Double())
Request Example
View SourceParameters
- features
- Type: SystemDouble
Return Value
Type:
IMulticlassScoreClassifierDoubleSee Also