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?
Comments
the x and y axis should be whatever features you are clustering on.
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