An advanced clustering algorithm with multi-level analysis capabilities
Project description
File: README.md
SPINEX Clustering
SPINEX (Similarity-based Predictions and Explainable Neighbors Exploration) Clustering is an advanced clustering algorithm that combines multiple similarity measures with multi-level analysis capabilities.
Features
- Multiple similarity methods (correlation, spearman, kernel, cosine)
- Multi-level clustering capabilities
- Parallel processing support
- Explainable results with similarity and neighbor analysis
- Automatic threshold determination
- PCA dimensionality reduction option
- Comprehensive evaluation metrics
Installation
pip install spinex-clustering
Quick Start
from spinex_clustering import SPINEX_Clustering
import numpy as np
# Create sample data
X = np.random.randn(100, 10)
# Initialize and fit the clustering model
model = SPINEX_Clustering(
threshold='auto',
use_multi_level=True,
enable_similarity_analysis=True
)
# Get cluster labels
labels = model.fit_predict(X)
# Print first few labels to verify it worked
print("First few cluster labels:", labels[:10])
Documentation
For detailed documentation and examples, visit [documentation link].
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 spinex_clustering-0.0.1.tar.gz.
File metadata
- Download URL: spinex_clustering-0.0.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eccd46cf255fae1f2f2f76a07668742b0c12e979a8b885ea266f0ec0b72132e1
|
|
| MD5 |
73af1c94a077d6a2dcd54edd8544a8e3
|
|
| BLAKE2b-256 |
d6eb8a2a61eac80960cd1168c40443f52000dd86d1a3fcd457ea46efac9ccd7e
|
File details
Details for the file spinex_clustering-0.0.1-py3-none-any.whl.
File metadata
- Download URL: spinex_clustering-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b441b921df3e3c2bd85dc6d9af8934f90871eb8e4222f5417ce54f885103c0e2
|
|
| MD5 |
9a17d0a47c88be2ab75632f6f1d6d353
|
|
| BLAKE2b-256 |
13ab6f58e0b3cf4550dfb75387263470a9ee2750527dd3775de9dcf7e0f6136e
|