Fuzzy k-NN

Fuzzy k-nearest neighbors classifier that was proposed by J. M. Keller et.al.

You are now following this Submission

Fuzzy k-nearest neighbors classifier that can work with training samples whose label info is fuzzified. The prototype is as follows.

[y,predict_class] = f_knn(tr,tr_memberships,te,k)

tr: training samples
tr_memberships: membership values of traning samples
te: testing samples
k: k value vector (more than one value is possible)
y: output memberships for testing set
predict_class: the most likely classes for testing set

Cite As

Cuneyt Mertayak (2026). Fuzzy k-NN (https://www.mathworks.com/matlabcentral/fileexchange/21326-fuzzy-k-nn), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0