myogestic.gui.widgets.templates.OutputSystemTemplate.send_prediction#

abstract OutputSystemTemplate.send_prediction(prediction)[source]#

An abstract method meant to be implemented by subclasses for the purpose of sending prediction values to a specific destination. The method is designed to handle any type of prediction and does not return a value.

Parameters:

prediction (Any) – The prediction value or object to be sent. The type of this parameter can vary depending on the specific implementation, allowing flexibility for various use cases.

Return type:

None