Instance Selection and Prototype Based Rul...
(1)
Example of Instance optimization - using clustering for training kNN classifier (Requires Instance Selection and Prototype Based Rules) :
Here we use FCM (Fuzzy c-means) clustering to initialize kNN classifier. Moreover centers of clusters are determined independent for each class. "Class iterator" operator iterates over each class label, and embedded clustering algorithm cluster the examples for each class independent. The Prototype (Pro) output of "Class iterator" delivers the concatena...
Created: 2011-11-05
| Last updated: 2011-11-05