KBC Clustering
Project description
KBC Clustering
Kernel-Bounded Clustering: Achieving the Objective of Spectral Clustering without Eigendecomposition
Installation
pip install kbc-clustering
```python
from kbc import KBC
import numpy as np
X = np.random.rand(1000, 50)
model = KBC(k=5, tau=0.4, psi=64, random_state=42)
labels = model.fit_predict(X)
## Reference
@article{ZHANG2025104440,
title = {Kernel-Bounded Clustering: Achieving the Objective of Spectral Clustering without Eigendecomposition},
journal = {Artificial Intelligence},
pages = {104440},
year = {2025},
issn = {0004-3702},
doi = {https://doi.org/10.1016/j.artint.2025.104440},
url = {https://www.sciencedirect.com/science/article/pii/S0004370225001596},
author = {Hang Zhang and Kai Ming Ting and Ye Zhu},
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
kbc_clustering-0.5.2.tar.gz
(7.5 kB
view details)
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 kbc_clustering-0.5.2.tar.gz.
File metadata
- Download URL: kbc_clustering-0.5.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b38d3706e801b24d818665b20632325c470b163a95dc2d90f8822c8f7c252df4
|
|
| MD5 |
d4e06ba294004cea606890eb708bb5ae
|
|
| BLAKE2b-256 |
0440b48a82f616a65c1f36eb8277d424b0bdda01be6596bd7f063c9454bde151
|
File details
Details for the file kbc_clustering-0.5.2-py3-none-any.whl.
File metadata
- Download URL: kbc_clustering-0.5.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8b898d1a2c89b1950d4fe4e94278331c28e7d94fd41145739bfffa42a3135f4
|
|
| MD5 |
a58e1fe54218b806705c772860c33ad5
|
|
| BLAKE2b-256 |
e02a1bc0901648d3c6fcd94cb07e672da642e0e583931dc1124957005aa7d065
|