Uses of Interface
pulse.math.transforms.Transformable
-
Packages that use Transformable Package Description pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices.pulse.math.transforms -
-
Uses of Transformable in pulse.math
Methods in pulse.math that return Transformable Modifier and Type Method Description Transformable
Parameter. getTransform()
Methods in pulse.math with parameters of type Transformable Modifier and Type Method Description void
Parameter. setTransform(Transformable transform)
Constructors in pulse.math with parameters of type Transformable Constructor Description Parameter(ParameterIdentifier index, Transformable transform, Segment bound)
-
Uses of Transformable in pulse.math.transforms
Classes in pulse.math.transforms that implement Transformable Modifier and Type Class Description class
AtanhTransform
Hyper-tangent parameter transform allowing to set an upper bound for a parameter.class
BoundedParameterTransform
An abstractTransformable
where the bounds of the parameter is manually set.class
InvDiamTransform
A transform that simply divides the value by the squared length of the sample.class
PeriodicTransform
class
StickTransform
A simple bounded transform which makes the parameter stick to the boundaries upon reaching them.Fields in pulse.math.transforms declared as Transformable Modifier and Type Field Description static Transformable
StandardTransformations. ABS
static Transformable
StandardTransformations. LOG
Logarithmic parameter transform.static Transformable
StandardTransformations. SQRT
-