Skip to main content

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:

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

gmsdb-2.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

gmsdb-2.1-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

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