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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
clear; clc; load('AgeEstimation.mat','DS'); [idx,ctrs] = kmeans(DS{1,1}',2,'Display','iter');
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Cluster Analysis and Anomaly Detection in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!