gui.core.unmixingMethods package

Submodules

gui.core.unmixingMethods.unmix_FCLS module

class gui.core.unmixingMethods.unmix_FCLS.Ui_Form[source]

Bases: Ui_Form, FCLS, Modules

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.unmixingMethods.unmix_GBM module

class gui.core.unmixingMethods.unmix_GBM.Ui_Form(method='SLSQP', maxiter=100, random_starts=0)[source]

Bases: Ui_Form, GBM, Modules

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.unmixingMethods.unmix_LMM module

class gui.core.unmixingMethods.unmix_LMM.Ui_Form(method='SLSQP', maxiter=100)[source]

Bases: Ui_Form, LMM, Modules

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.unmixingMethods.unmix_NNLS module

class gui.core.unmixingMethods.unmix_NNLS.Ui_Form[source]

Bases: Ui_Form, NNLS, Modules

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.unmixingMethods.unmix_UCLS module

class gui.core.unmixingMethods.unmix_UCLS.Ui_Form[source]

Bases: Ui_Form, UCLS, Modules

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]

Module contents