-This app calculates the K Mean of clusters within Swiss Dataset
-There are 2 tabs in this app. Documentation and K Mean Plot
-The app is set to default values initally. The number of clusters is chosen data is divided into chosen number of clusters
-See the plot on te K Mean Plot tab to see the result plotted
-See the least square mean of each cluster marked by X sign within each cluster
The formula to calculate K Mean is:
'||xi - vj||' is the Euclidean distance between xi and vj, 'ci' is the number of data points in ith cluster. , 'c' is the number of cluster centers
Refer the following wikipedia link to learn more abput K means Clustering: