K means clustering Graph
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
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
0
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