I have applied K- means cluster k=2 and I obtained each iteration and sum but I want standard deviation for each cluster in the iteration. Description is in Output file.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
clear; clc; load('AgeEstimation.mat','DS'); [idx,ctrs] = kmeans(DS{1,1}',2,'Display','iter');
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!