Skip to main content

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:

https://arxiv.org/abs/2309.02623

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

gmsdblib-1.3.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

gmsdblib-1.3-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

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

Hashes for gmsdblib-1.3.tar.gz
Algorithm Hash digest
SHA256 caca01e75ca535ee335f02d1584ec1cb39e1b766076c455a909b2124aa02f51c
MD5 0d709d7a9c367edb386f22d27f919152
BLAKE2b-256 0762058cffa2a68b99d2ba4f3b6c9ed96cc0f17279240fea7cea66b37791379d

See more details on using hashes here.

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

Hashes for gmsdblib-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 21f6aeb97783f7de810cc832d18a5d2fb7bd2fb9a09eb04df6ef3f7db52edbe5
MD5 593e8efcf8800d00c095bd2b75e9b94a
BLAKE2b-256 de10d393765bc724a93146e3caca4fd579887dbc1893607222a48d715697b38a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page