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

classifies a testing set using kNN

Syntax

Description

[out]=simpleknn(data,test,n) The classification of the dataset test is performed using a n nearest neighbours classifier from the dataset DATA.

See Also

smoothknn, fuzzyknn

[ Help Desk ]