Fuzzy k-NN
by Cuneyt Mertayak
04 Sep 2008
(Updated 04 Sep 2008)
Fuzzy k-nearest neighbors classifier that was proposed by J. M. Keller et.al.
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com