Clustering Algorithms
A clustering algorithm is any technique for taking a collection of data and partitioning it into "clusters" based on characteristics of the data in question. Polis uses clustering algorithms to identity opinion groups in a conversation, and these play a key role in our Analysis techniques and algorithms.
The primary clustering algorithm used by Polis to identity opinion groups is called K means.
For more see: