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 (seeavailable_transforms()). If a callable,inverse_transformmust also be supplied as a callable.- Type:
str or callable, optional