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

performs fuzzy nearest neightbours algorithm (matlab release)

Syntax

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.

See Also

fuzzyknn, simpleknn, smoothknn

[ Help Desk ]