myogestic.gui.widgets.templates.OutputSystemTemplate._process_prediction__regression#

abstract OutputSystemTemplate._process_prediction__regression(prediction)[source]#

Process regression prediction abstract method.

This is an abstract method that should be implemented by subclasses to handle regression predictions. The implementation is responsible for processing the given prediction in a regression-specific manner.

Parameters:

prediction (Any) – The input prediction data to be processed.

Returns:

The processed regression prediction. The exact type depends on the subclass implementation.

Return type:

Any