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.8.tar.gz
(7.6 kB
view details)
Built Distribution
gmsdb-1.8-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file gmsdb-1.8.tar.gz
.
File metadata
- Download URL: gmsdb-1.8.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 | ddb4bc98ac88b6148b9e80d5bf3a8e2a61e131334259abf4f2f8cc6834fa6f02 |
|
MD5 | 19b474c530e05e150e03eb62a7a5a668 |
|
BLAKE2b-256 | 8094847591d5a404c9cd0298a5e50bc65a2753a912d41975d97cff51566ae6b0 |
File details
Details for the file gmsdb-1.8-py3-none-any.whl
.
File metadata
- Download URL: gmsdb-1.8-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 | 03be68a8f26bbdce00fb362806b500dde5096524c4e03e9d97420c339644bf59 |
|
MD5 | 48a43d4226640599eb0101ef50e92ee9 |
|
BLAKE2b-256 | 6d18c871687a29353c90aa581ce7b2e4c528d31d0a978a996ef7e3de28827bc1 |