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

performs fuzzy nearest neightbours algorithm

Syntax

Description

myclass = fuzzyknn(d,query,k) returns inside myclass the result of the classification of the point query using fuzzy KNN method. d is the data set and k the number of neibourghs.

See Also

newexpert, simpleknn, smoothknn

[ Help Desk ]