Implementations of algorithms for connected k-center on path graphs.
Project description
Connected Path Graph Clustering
A library for algorithms for the connected k-center problem (as described in [1]). In this problem setting, the input consists of a point set $P$ and a desired number of centers $k$, along with a connectivity graph $G = (P,E)$. The goal is to partition $P$ into (at most) $k$ clusters $C_1, \ldots, C_k$, such that, for every $i$, the subgraph of $G$ induced by $C_i$ is connected.
As of now, only an algorithm for path graphs is implemented. A path graph is a graph whose connected components are simple paths. This algorithm was developed by Johanna Hillebrand and implemented by Julius Mann.
References
[1] Drexler, L., Eube, J., Luo, K., Reineccius, D., Röglin, H., Schmidt, M., & Wargalla, J. (2024). Connected k-center and k-diameter clustering. Algorithmica, 86(11), 3425-3464.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file connected_k_center-0.1.tar.gz.
File metadata
- Download URL: connected_k_center-0.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.10.20 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dff3ed9b8022c72574440db1ef1154bdec5519add0ae50454a066eb6d32ebb4
|
|
| MD5 |
3747d37d2002cb5e5bcdd5b0f800f89e
|
|
| BLAKE2b-256 |
f3653bbf3b6385249a1112d4c26f4e8610b8f5c94b542a541b5c16f96e5ae86c
|
File details
Details for the file connected_k_center-0.1-cp310-cp310-manylinux_2_39_x86_64.whl.
File metadata
- Download URL: connected_k_center-0.1-cp310-cp310-manylinux_2_39_x86_64.whl
- Upload date:
- Size: 308.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.39+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.10.20 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce2af65edc0db5cbfa7dd6bd04e263df7730245e0d4af3bd96fa2e7eb850e295
|
|
| MD5 |
604d8aec3afda1fbaf947621d6195e49
|
|
| BLAKE2b-256 |
6f30371dd4f3bfc893fcc41c577f857eb2c8ab5767953d273eb3cfdac500e2cb
|