Clear Filters
Clear Filters

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

1 view (last 30 days)
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?

Answers (0)

Categories

Find more on Function Approximation, Clustering, and Control in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!