K means clustering Graph

edited February 2009 in Science & Tech
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

Comments

  • shwaipshwaip bluffin' with my muffin Icrontian
    edited February 2009
    I've never used kmeans in matlab.

    the x and y axis should be whatever features you are clustering on.
  • edited February 2009
    i still dont get u should i plot the distance and cluster ie k = number of clusters or what?
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited February 2009
    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?
  • edited February 2009
    shwaip wrote:
    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
Sign In or Register to comment.