GMSDB Clusterer
Project description
GMSDB Clusterer
Use
pip install gmsdb
Simple use (sklearn -like style), no speed improvement, recommended significance level alpha=0.1.
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-2.1.tar.gz
(7.5 kB
view details)
Built Distribution
gmsdb-2.1-py3-none-any.whl
(7.6 kB
view details)
File details
Details for the file gmsdb-2.1.tar.gz
.
File metadata
- Download URL: gmsdb-2.1.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 | 152fb4cc88b6c14d0b8729adfa2c4bd4122423ca991d61773b2007806a41a60f |
|
MD5 | 73a1df47cb78670454c41ef66e61d875 |
|
BLAKE2b-256 | 6e39d1701ac39ca25ae154f0e177ea0d7523b352f42c4ac2d1d682fca8796bbc |
File details
Details for the file gmsdb-2.1-py3-none-any.whl
.
File metadata
- Download URL: gmsdb-2.1-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 | 3352ba857da8f3ce4ecb69e4294aaab37f0a6f7197f2828a17bd3aa9e632407e |
|
MD5 | c50877b199962ea22d7b1b1a516a1a79 |
|
BLAKE2b-256 | 7490b454003a6f2cf57c7dfa6ac7d9850485bc1069d0af4087a863fbd7a5b993 |