myogestic.gui.widgets.templates.OutputSystemTemplate._process_prediction__classification#

abstract OutputSystemTemplate._process_prediction__classification(prediction)[source]#

An abstract method that processes classification predictions.

This method is intended to be implemented by subclasses to handle classification-related prediction processing. The specific implementation is left to the subclass, allowing for custom behavior depending on the use case.

Parameters:

prediction (Any) – The prediction data/object that needs to be processed.

Returns:

The processed output after applying classification-specific logic. The exact type depends on the subclass implementation.

Return type:

Any