poly_lithic.src.transformers.CompoundTransformer module🔗

class poly_lithic.src.transformers.CompoundTransformer.CompoundTransformer(config)[source]🔗

Bases: BaseTransformer

transform(data)[source]🔗

Call transform function to transform the input data, see SimpleTransformer in model_manager/src/transformers/BaseTransformers.py for an example.

handler(name, data)[source]🔗

Handler function to handle the input data, in most cases it initiates the transform function when all the input data is available. Handler is the only function exposed to the main loop of the program aside from initial configuration.