VirtualHandInterface_OutputSystem#
- class myogestic.gui.widgets.visual_interfaces.virtual_hand_interface.VirtualHandInterface_OutputSystem(main_window, prediction_is_classification)[source]#
- Output system for the Virtual Hand Interface. - Parameters:
- main_window (MainWindow) – The main window object. 
- prediction_is_classification (bool) – Whether the prediction is a classification or regression. 
 
 - Methods - __init__(main_window, ...)- _process_prediction__classification(prediction)- Process the prediction for classification. - _process_prediction__regression(prediction)- Process the prediction for regression. - close_event(event)- Close the output system. - send_prediction(prediction)- Send the prediction to the visual interface. 
