Skip to content

5. Clustering Algorithms

Omer A edited this page Apr 10, 2015 · 3 revisions

Currently GETIOM is supporting the K-means Clustering clustering algorithm.

K-Means Clustering

For K-Means, We use Clusterfck. Our project flow's let's you choose the K variable very easily in the clustering level. For more information about the K-Means Clustering - please check their Github project.

In order to run and use it, just choose the number of Clusters you want to apply (k): Choose number of clusters

And after clicking the "Cluster" button, you will see the clustered objects on the map:

Clusters

Clone this wiki locally