problem in kmeans clustering

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개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 6월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by