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.7.tar.gz
(7.5 kB
view details)
Built Distribution
gmsdb-1.7-py3-none-any.whl
(7.6 kB
view details)
File details
Details for the file gmsdb-1.7.tar.gz
.
File metadata
- Download URL: gmsdb-1.7.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93bc861717f59e1ac43d9e5b437e6fe0eb52fd33f5b569ec121f7d08e471748d |
|
MD5 | a8b6fbc8e145ea6268627c14dee371f9 |
|
BLAKE2b-256 | 7a98080e751b98e5b03d2e7b1ad1b7b0cc9831935ef696d622dc34de782aa2e8 |
File details
Details for the file gmsdb-1.7-py3-none-any.whl
.
File metadata
- Download URL: gmsdb-1.7-py3-none-any.whl
- Upload date:
- Size: 7.6 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 | c0e62d260c970ca2cebd6ff0ee92c2a0dc76749eea18e47c9ab178a27e1404e5 |
|
MD5 | 4eeba5d8bdbd543ee80c568e4f4a09cc |
|
BLAKE2b-256 | 56655ebf449589c48e4e1497cf41637590e18405fefa6d86a209375e9c85083d |