GMSDB Clusterer
Project description
GMSDB Clusterer
Run for simple test:
python GMSDB.py
Use
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
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
gmsdblib-1.2.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file gmsdblib-1.2.tar.gz
.
File metadata
- Download URL: gmsdblib-1.2.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 | 0b889552b9ad3a761970cd677918e477835d5cdb94452075435d6cdc5e8ce8bc |
|
MD5 | e7281f6670c227407fd2ffc4643df8cb |
|
BLAKE2b-256 | 18a633fcbd4da607b856b5ee7e5e48e74ac1053ea2d1489b3cbfc385188e861c |
File details
Details for the file gmsdblib-1.2-py3-none-any.whl
.
File metadata
- Download URL: gmsdblib-1.2-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 | e0af5a42e739e4dd26042616f82f3dc31391156882b111501eee35dcc19881a0 |
|
MD5 | c5cf27013d4f7ac3ddfacb8e7769ddc1 |
|
BLAKE2b-256 | 9e4764895701a626cdd5a8bf7b29b3cff268d89e7a473b325b40e4891de9cf28 |