uvex_transients.models.core.parameters.Parameter.transform#

Parameter.transform: str | Callable[[FloatArray], FloatArray] | None#

The transform \(T\) mapping the scaled variable to the latent variable.

If None (the default), \(T\) is the identity. If a string, it must name a built-in transform (see available_transforms()). If a callable, inverse_transform must also be supplied as a callable.

Type:

str or callable, optional