problem in kmeans clustering
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, In signal processing, i use MFCC to extract the features.it result the features in 2D vector. then i use kemans clustering.can i use the kmeans to cluster 2D vector? can anyone help?
v = mfcc(s, fs);
[idx,C] = kmeans(v, 18);
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Speech Recognition dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!