# annoviko/pyclustering

pyclustering is a Python, C++ data mining library.

Repository: https://github.com/annoviko/pyclustering
Canonical: https://ross.abutalabs.com/products/pyclustering
Homepage: https://pyclustering.github.io/
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: clustering, oscillatory-networks, data-mining, neural-networks, python3, c-plus-plus, machine-learning, algorithms, data-science, python
Last push: 2024-02-25T11:40:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4572, "days_push": 920, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1215, forks 262 (observed 2026-08-28T04:04:01.045294+00:00)

## What it is
pyclustering is a Python and C++ data mining library providing clustering algorithms, oscillatory network models, and neural networks, with a pure C++14 core for performance. It is no longer maintained as of 2021, with the author recommending alternative solutions.

## Use cases
- cluster analysis of datasets in python
- run xmeans or dbscan clustering with a fast C++ core
- simulate oscillatory networks like LEGION or PCNN
- data mining algorithms for data science projects
- embed a dependency-free C++ clustering library in a C++ project
- visualize clustering results

## When to choose
- you need a broad collection of clustering algorithms in one library
- you want both Python and pure C++14 implementations with no third-party dependencies in the core
- you are on a platform where scikit-learn's clustering options are insufficient

## When to avoid
- you need maintained software with bug fixes and support - it is abandoned since 2021
- you want general-purpose machine learning beyond clustering - use scikit-learn
- you need GPU acceleration or modern actively developed clustering tooling

## Facets
- artifact type: library
- maturity: abandoned
- function: machine-learning, data-visualization, math
- domain: data-science, machine-learning
- platform: python, cpp, windows, cross-platform
- tags: clustering, cluster-analysis, oscillatory-networks, neural-networks, data-mining, unsupervised-learning, xmeans, dbscan, no-longer-maintained, algorithms, linux, macos

## Member repositories
- annoviko/pyclustering (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.045294+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:17:14.350072+00:00, confidence not recorded.
  - readme: https://github.com/annoviko/pyclustering (fetched 2026-08-28T04:04:01.045294+00:00, sha 6d69cd019081)
  - homepage: https://pyclustering.github.io/ (fetched 2026-08-29T12:25:19.935800+00:00, sha bb3498e10c9f)
  - registry_pypi: https://pypi.org/pypi/pyclustering/json (fetched 2026-08-29T12:25:19.945023+00:00, sha 4cb4f864bb9b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
