Sign#

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

Bases: ElementwiseFeature

Applies the sign function elementwise.

Parameters#

featureFeature or None, optional

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