The Computational Democracy Project

ServicesAbout

K-means

  • K-means is a simple cluster analysis algorithm which groups data points so as to minimize the average distance between members of each group to the "mean", or center of mass, of said data points.
  • Running K-means requires setting a value of K (the number of desired clusters) beforehand. In order to select a suitable K value, Polis compute the Silhouette Coefficient (a measure of how well the clustering explains the data) of the K-means clusters for several values of K, and select the optimal K-value according to this metric.
  • See more on wikipedia: https://en.wikipedia.org/wiki/K-means_clustering

The Computational Democracy Project

© 2023 The Computational Democracy Project, a 501c3 nonprofit.

About

HomeAbout
© 2023 The Computational Democracy Project, a 501c3 nonprofit.