Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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?

Antworten (0)

Kategorien

Mehr zu Function Approximation, Clustering, and Control 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!

Translated by