Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Use of Classifier

1 visualización (últimos 30 días)
mahalaksmi
mahalaksmi el 25 de Sept. de 2011
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
hi i am doing cloth classification.i used GLCM and extracted features from four different cloth(cotton,wool,silk,nylon) images. i extracted 12 haralick features.For classifying i have to use k-means. I am using MATLAB 2009a version.i dont know to give input to the classifier.can you please guide me.

Respuestas (1)

UJJWAL
UJJWAL el 25 de Sept. de 2011
Hi, This is a problem of K-Means Clustering. I believe you have successfully extracted the features and want to start on the actual K-Means clustering. Although giving a full description is very difficult in this small post but you can do something like this :-
Suppose you have 100 data points to classify. Choose a value of K (let us say 5). Now cyclically move through all the data points and assign them to clusters (Like first data point in first cluster, second in the second cluster and so on.) Actually this can be done by a number of ways and I have just suggested one simple way for you to begin with. Now apply the algorithm till the centroids (or the means of the clusters ) do not change and in each iteration do what what you have to.
I mean to get a proper answer you will have to be very specific about what problem are u facing in implementation. Answer this or leave a mail.
Happy to help Ujjwal

La pregunta está cerrada.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by