GMSDB Clusterer
Project description
GMSDB Clusterer
Use
pip install gmsdblib
Simple use (sklearn -like style), no speed improvement, standard significance level alpha=0.05.
Maximal number of gaussian components=50:
from gmsdblib.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
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 gmsdblib-1.3.tar.gz.
File metadata
- Download URL: gmsdblib-1.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caca01e75ca535ee335f02d1584ec1cb39e1b766076c455a909b2124aa02f51c
|
|
| MD5 |
0d709d7a9c367edb386f22d27f919152
|
|
| BLAKE2b-256 |
0762058cffa2a68b99d2ba4f3b6c9ed96cc0f17279240fea7cea66b37791379d
|
File details
Details for the file gmsdblib-1.3-py3-none-any.whl.
File metadata
- Download URL: gmsdblib-1.3-py3-none-any.whl
- Upload date:
- Size: 8.4 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 |
21f6aeb97783f7de810cc832d18a5d2fb7bd2fb9a09eb04df6ef3f7db52edbe5
|
|
| MD5 |
593e8efcf8800d00c095bd2b75e9b94a
|
|
| BLAKE2b-256 |
de10d393765bc724a93146e3caca4fd579887dbc1893607222a48d715697b38a
|