GMSDB Clusterer
Project description
GMSDB Clusterer
Use
pip install gmsdb
Simple use (sklearn -like style), no speed improvement, standard significance level alpha=0.05.
Maximal number of gaussian components=50:
from gmsdb import GMSDB
clf=GMSDB(n_components=50)
clf.fit(X)
Y=clf.predict(X)
Complex use (with speed improvement for stages 1 and 3):
clf=GMSDB(min_components=2,step_components=100,n_components=900,rand_search=1000,rand_level=0.5)
Complex use (with custom significance level alpha=0.15):
clf=GMSDB(n_components=50,alpha_stage2=0.15,alpha_stage4=0.15)
Verbose use (show debug information):
clf=GMSDB(n_components=50,verbose=True)
Desciption:
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
gmsdb-1.9.tar.gz
(7.6 kB
view details)
Built Distribution
gmsdb-1.9-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file gmsdb-1.9.tar.gz
.
File metadata
- Download URL: gmsdb-1.9.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3ff6ce27ccd7a17eeb8b7776b8f780617608a06d864c21960b880eb635ddfa7 |
|
MD5 | a4441ebea7c55ece45e14267bfefe68a |
|
BLAKE2b-256 | a2092ac0e357c53f119e60d570f9dd79629cadd028fe3ae232f0091b8e113f38 |
File details
Details for the file gmsdb-1.9-py3-none-any.whl
.
File metadata
- Download URL: gmsdb-1.9-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ef057816fb149ce01798be258772086509a96722da292cb6742733ba1a92b10 |
|
MD5 | 2f36ed7e3f395b5c6487ff4642c2c7da |
|
BLAKE2b-256 | 34eec8713ed75228d8612c2de85000a7b3be05267d60221d11864fc36155f36d |