Log10#

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

Bases: ElementwiseFeature

Applies the logarithm function with base 10 elementwise.

Parameters#

featureFeature or None, optional

The input feature to which the logarithm function with base 10 will be applied. If None, the function is applied to the input array directly.