piglot.utils.response_transformer

Module for defining transformations for responses.

Functions

read_response_transformer

Read a response transformer from a configuration.

Classes

AffineTransformResponse

Affine transformation of a response transformer.

ChainResponse

Chain of response transformers.

ClipResponse

Clip x and y values of the response to given bounds.

MaximumResponse

Maximum of a response transformer.

MinimumResponse

Minimum of a response transformer.

NegateResponse

Negate a response transformer.

PointwiseErrors

Compute the pointwise errors between the response and a reference.

ResponseTransformer

Abstract class for defining transformation functions.

SquareResponse

Square a response transformer.