formiong cluster of data

i have 100 values ,i have to cluster the data into 20 groups using k means method..please help

Answers (1)

kmeans(YourData, 20)

1 Comment

Pat
Pat on 16 Nov 2011
i need the output as
clusternum total num of genes genes included
1 4 2 ,5, 6, 9
,
,
,
20 2 1.10

This question is closed.

Asked:

Pat
on 16 Nov 2011

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!