Kav-K / HTH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalKulocation

Our program finds the optimal spots for placing a store / buying a home / touring a new city, based on the interests of the user. These spots are calculated by the K-means algorithm, which partitions the data points that need to be considered (in this case, home addresses, existing points of interest such as schools, hospitals, libraries, etc) into K different sets. The end result are K different points, which are placed in such a way that each of the K points are situated on the centroids of the K different polygons constructed by the K different sets, effectively minimizing the distance between the K point, and points of interest.

About


Languages

Language:JavaScript 38.8%Language:CSS 30.4%Language:PHP 28.5%Language:Python 2.3%