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.5.0.tar.gz
(7.3 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.0.tar.gz.
File metadata
- Download URL: kbc_clustering-0.5.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
781b134f77f3f09868eb07b30a4a2fddfe63d436a8284f341f527b583bd65946
|
|
| MD5 |
683ad5da574a0c0712a436e840905f41
|
|
| BLAKE2b-256 |
e4e5f8ae0bb8531efa3fa97a5dfb5f6fa91752a4e2d645ab59adbf71e63c532a
|
File details
Details for the file kbc_clustering-0.5.0-py3-none-any.whl.
File metadata
- Download URL: kbc_clustering-0.5.0-py3-none-any.whl
- Upload date:
- Size: 7.6 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 |
2363815931f7bf6f7fe0642aa059573fd45279c769c229d17b8af7d81b84bbbf
|
|
| MD5 |
f382873137af58891f55a1151d920f1a
|
|
| BLAKE2b-256 |
8a5f317cc3b5b42607cff1ef49c738fc128c6b8f9adb5d0e34717085f0c00af8
|