Arcsinh#

class deeptrack.elementwise.Arcsinh(feature: Feature | None = None, **kwargs: Any)#

Bases: ElementwiseFeature

Applies the hyperbolic arcsine function elementwise.

Parameters#

featureFeature or None, optional

The input feature to which the hyperbolic arcsine function will be applied. If None, the function is applied to the input array directly.