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_dataset__filepath#
Dictionary for the selected dataset file path.
- _create_dataset__thread#
Thread for creating a dataset.
- Type:
PyQtThread
- _train_model__thread#
Thread for training a models.
- Type:
PyQtThread
Methods
__init__
(main_window)_open_warning_dialog
(info)close_event
(event)