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 hashes)

Uploaded Source

Built Distribution

gmsdblib-1.3-py3-none-any.whl (8.4 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