Clustern
Clustern is a cross-platform open-source software framework designed for performing scalable clustering analyses on large datasets. It provides a modular environment for applying, evaluating, and visualizing clustering methods across domains such as biology, marketing analytics, and network science.
The project includes implementations of standard algorithms such as k-means, mini-batch k-means, hierarchical clustering, DBSCAN, and
Architecture: Core engine in C++ for performance; bindings for Python and R; pluggable data adapters; modular
History: Clustern was initiated by researchers at the Center for Data Systems in 2017 as an effort
See also clustering, unsupervised learning, k-means, DBSCAN.