(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Fuzzy k-NN classification with weightsmodified by most informative neighbors ofnearest neighbors

What is it about?

In machine learning, fuzzy k-NN classification assigns weights to nearest neighbors samples for interpolating their membership functions to determine the membership function at the position of an unknown (test) sample. We have demonstrated that each of these weights should be based on the geometrical relation among the nearest neighbor, its most informative known neighbor of the same class and the unknown sample.

Why is it important?

Not only is the accuracy of the proposed method higher than the two variants (crisp and fuzzy initialization) of the original fuzzy-kNN method of Keller, but also the proposed method is highly competitive with the best of the fuzzy-kNN type algorithms investigated since then.

Read more on Kudos…
The following have contributed to this page:
Nilgun Guler Bayazıt
' ,"url"));