Package pulse.math.transforms
-
Interface Summary Interface Description Transformable An interface for performing reversible one-to-one mapping of the model parameters. -
Class Summary Class Description AtanhTransform Hyper-tangent parameter transform allowing to set an upper bound for a parameter.BoundedParameterTransform An abstractTransformable
where the bounds of the parameter is manually set.InvDiamTransform A transform that simply divides the value by the squared length of the sample.PeriodicTransform StandardTransformations A utility class containing standard mathematical transforms and their inverses for non-bounded parameters.StickTransform A simple bounded transform which makes the parameter stick to the boundaries upon reaching them.