PDA

View Full Version : K means clustering Graph


Hnc3
15 Feb 2009, 3:25pm
Hi I need help with the K means clustering graph......

I want to get scattered a graph from the values representing the clusters

I would also like to know which values are used for x axis and y axis...

Thank you

shwaip
15 Feb 2009, 6:27pm
I've never used kmeans in matlab.

the x and y axis should be whatever features you are clustering on.

Hnc3
15 Feb 2009, 7:06pm
i still dont get u should i plot the distance and cluster ie k = number of clusters or what?

shwaip
15 Feb 2009, 7:29pm
Well I don't know what you're clustering, or what you want to plot, so I can't help you. Can you give me specifics on what you are trying to do?

Hnc3
24 Feb 2009, 1:07pm
Well I don't know what you're clustering, or what you want to plot, so I can't help you. Can you give me specifics on what you are trying to do?

I am clustering the Iris Data set I am using Kmeans. I need to plot a graph showing the clusters.

The output from the Kmeans is the final distance, cluster, centers......how do i plot a graph from this information....


thank you