how to printout the outputs of the clusters while doing it using the built in functions??

1 次查看(过去 30 天)
suppose here are the parameters P=xlsread('NSL_KDD_TRAIN.xlsx','A2:AO125'); Q=xlsread('NSL_KDD_TRAIN.xlsx','AP2:AP125');
%cluster the dataset T = kmeans(Q,5);
figure ; silhouette(Q,T); xlabel 'Silhouette Value'; ylabel 'Cluster';
how to find out those 5 clusters outputs and store them in different 5 variables?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by