k nn classifier
i am working in classification of texture images.
can anyone help me with a code for k nearest neighbour classifier and also help me to create a training dataset with labelled categories.
Member • Feb 16, 2009
Member • Feb 23, 2009
Member • Mar 14, 2009
I think that what you are referring to is simply the accuracy of the classifier, which is defined as: the number of correct classifications divided by the total number of classifications.sherlyhi,
I am working on image classification.
I am using minimum distance classifier.
Can anyone help me with the formula for correct classification rate.
Member • Mar 14, 2009
k-nearest neighbors is very simple:sherlyhi
i am working in classification of texture images.
can anyone help me with a code for k nearest neighbour classifier and also help me to create a training dataset with labelled categories.