MATLAB Function Reference
  Go to function:
    Search    Help Desk 
simpleknn     See Also

classifies the query using kNN

Syntax

Description

[out]=simpleknn(data,query) classifies the point query and returns the result inside classes out with a confidence confid. The classification is done by means of a 2 nearest neighbours method.

[out]=simpleknn(data,query,n) The classification is performed using a n nearest neighbours classifier.

See Also

smoothknn, fuzzyknn

[ Help Desk ]