coco_pipe.decoding.register_estimator#

coco_pipe.decoding.register_estimator(name)#

Decorator to register a custom estimator class under a specific name.

Parameters:

name (str) – The unique name to register the estimator under.

Returns:

A decorator that adds the class to the internal registry.

Return type:

Callable[[Type], Type]