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 次查看(过去 30 天)
显示 更早的评论
clear; clc; load('AgeEstimation.mat','DS'); [idx,ctrs] = kmeans(DS{1,1}',2,'Display','iter');
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!