Hi everyone I would need to use kmeans for a data matrix 120 * 28 where 120 is the number of elements of which I have the 28 observations in a certain period of time. Can I use kmean? How can I get a chart like this?
Attached are my details.
[idx C] = kmeans(pers_ML_allSim,3);
[idx2 C2] = kmeans(pers_ML_allSim,3,"Distance","cityblock","Replicates",5);
0 Comments
Sign in to comment.