MATLAB Function Reference | Search  Help Desk |
fuzzyknn | See Also |
performs fuzzy nearest neightbours algorithm
Syntax
myclass = fuzzyknn(d,query,k)
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.
newexpert, simpleknn, smoothknn