KBC: Isolation-Kernel + Binary Connected-component 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.4.6.tar.gz
(6.0 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.4.6.tar.gz.
File metadata
- Download URL: kbc_clustering-0.4.6.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a3d0fe5173865a7274d0a07e6294400c90c45a63857d33c45e1bf01eaee1fd2
|
|
| MD5 |
3a9d9ebbb9779d167dc08cafb7f47a44
|
|
| BLAKE2b-256 |
54216d7187f5a9a29bbbcbed04cef967e0ac812b357079d94a81ae07855f4a5c
|
File details
Details for the file kbc_clustering-0.4.6-py3-none-any.whl.
File metadata
- Download URL: kbc_clustering-0.4.6-py3-none-any.whl
- Upload date:
- Size: 6.4 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 |
45fbbcfaed23e2d3153274c024bd26ae5a289a5c16bae910f1088d73925279ce
|
|
| MD5 |
f329ea6fb00cd3ebb92ea4d93c25b2f4
|
|
| BLAKE2b-256 |
a6e8e030a1f4d1f006dc263665448e3d281596e4b16a42e91bb0245149c2a1f0
|