Delaunay Triangulation Clustering - density-robust clustering with built-in outlier detection
Project description
DelTriC - Delaunay Triangulation Clustering
Density-robust clustering with built-in outlier detection.
Quick Start
from deltric import DelTriC
model = DelTriC()
labels = model.fit_predict(X)
# labels == -1 => outlier
# labels >= 0 => cluster id
Features
- No need to specify k
- Arbitrary cluster shapes
- Built-in outlier detection
- Auto-param mode
- scikit-learn compatible
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deltric-0.2.0.tar.gz
(15.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
deltric-0.2.0-py3-none-any.whl
(15.4 kB
view details)
File details
Details for the file deltric-0.2.0.tar.gz.
File metadata
- Download URL: deltric-0.2.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab88c8d9d71ae94b56029a59a9c1a069313b6c566bedf6c37c72046d6e4759e1
|
|
| MD5 |
51a53fc61638d11ca4c9ba5d4680f77b
|
|
| BLAKE2b-256 |
212644433409020d9effc0524e1afceee7079c0a1565adad0fe2e50e3968c018
|
File details
Details for the file deltric-0.2.0-py3-none-any.whl.
File metadata
- Download URL: deltric-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f984a63b732ce55c4ee30ee180a8a96c30732d750494f451fb6b655c06a707f6
|
|
| MD5 |
5f3a5aab94e2a94772bcec4c681400e0
|
|
| BLAKE2b-256 |
abf06f2f20d211e94988a3fd4f2f92df0e777cae11c52154a4bdf5441f503bab
|