TrainingProtocol#

class myogestic.gui.protocols.TrainingProtocol(main_window)[source]#

Class for handling the training protocol of the MyoGestic application.

Parameters:

main_window (MyoGestic) – The main window of the MyoGestic application.

_main_window#

The main window of the MyoGestic application.

Type:

MyoGestic

_model_interface#

Interface for the models.

Type:

MyoGesticModelInterface

_selected_recordings__dict#

Dictionary for the selected recordings.

Type:

dict[str, dict]

_selected_dataset__filepath#

Dictionary for the selected dataset file path.

Type:

dict[str, np.ndarray]

_create_dataset__thread#

Thread for creating a dataset.

Type:

PyQtThread

_train_model__thread#

Thread for training a models.

Type:

PyQtThread

Methods