Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (0)

Categorie

Scopri di più su Function Approximation, Clustering, and Control 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!

Translated by