| MATLAB Function Reference | Search  Help Desk |
| fuzzyknn2 | See Also |
performs fuzzy nearest neightbours algorithm (matlab release)
Syntax
myclass = fuzzyknn2(learn,test,k)
Description
myclass = fuzzyknn2(learn,test,k)
returns inside myclass the result of the
classification of the dataset test using fuzzy KNN method.
learn is also a dataset and k the number of neighbours.
fuzzyknn, simpleknn, smoothknn