Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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?

Respuestas (0)

Categorías

Más información sobre Function Approximation, Clustering, and Control en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by