Log#
- class deeptrack.elementwise.Log(feature: Feature | None = None, **kwargs: Any)#
Bases:
ElementwiseFeatureApplies the natural logarithm function elementwise.
Parameters#
- featureFeature or None, optional
The input feature to which the natural logarithm function will be applied. If None, the function is applied to the input array directly.