An open API service indexing awesome lists of open source software.

https://github.com/statsmaths/leadercluster

Implementation of Hartigan's leader clustering algorithm
https://github.com/statsmaths/leadercluster

Last synced: 10 months ago
JSON representation

Implementation of Hartigan's leader clustering algorithm

Awesome Lists containing this project

README

          

Hartigan's clustering leader algorithm provides
a means for clustering points given a predetermined radius
of a cluster. Unlike other clustering algorithms it does not
require the user to specify the number of clusters. The package
provides a fast implementation of this algorithm in two dimensions
using either euclidian distance or the Haversine formula,
which takes latitude and longitude as inputs.