gui.core.clusteringMethods package

Submodules

gui.core.clusteringMethods.cluster_KMeans module

class gui.core.clusteringMethods.cluster_KMeans.Ui_Form(n_components=None, *, copy=True, whiten=False, svd_solver='auto', tol=0.0, iterated_power='auto', n_oversamples=10, power_iteration_normalizer='auto', random_state=None)[source]

Bases: Ui_Form, PCA, Modules

connectWidgets()[source]

Connect the necessary widgets.

Returns:

get_widget()[source]

This function specifies the variable that holds the styling. Use this function to get the variable

Returns:

run()[source]

Each Module’s functionality will be ran in this function. You will define what will happen to the data and parameters in here :return:

setHidden(bool)[source]
setupUi(Form)[source]

gui.core.clusteringMethods.cluster_Spectral module

class gui.core.clusteringMethods.cluster_Spectral.Ui_Form(n_components=None, *, copy=True, whiten=False, svd_solver='auto', tol=0.0, iterated_power='auto', n_oversamples=10, power_iteration_normalizer='auto', random_state=None)[source]

Bases: Ui_Form, PCA, Modules

connectWidgets()[source]

Connect the necessary widgets.

Returns:

get_widget()[source]

This function specifies the variable that holds the styling. Use this function to get the variable

Returns:

hide_for_kernel(kernel)[source]
hide_options(hide_list)[source]
run()[source]

Each Module’s functionality will be ran in this function. You will define what will happen to the data and parameters in here :return:

setHidden(bool)[source]
setupUi(Form)[source]

Module contents