src.utils.ctransf_utils

Classes

CtransfUtils()

class src.utils.ctransf_utils.CtransfUtils
Author:

Alberto M. Esmoris Pena

Class with util static methods to work with class transformers.

static extract_ctransf_class(spec)

Extract the classification transformer’s class from the key-word specification.

Parameters:

spec – The key-word specification.

Returns:

Class representing/realizing a class transformer.

Return type:

ClassTransformer