Type: lib.numpy.math.LogArray
Namespace: lib.numpy.math
Description
Calculate the natural logarithm of each element in a array. array, logarithm, math, transformation
Use cases:
- Implement log transformations on data
- Calculate entropy in information theory
- Normalize data with large ranges
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | np_array |
Input array | {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | (float | int | np_array) |
Metadata
Related Nodes
Browse other nodes in the lib.numpy.math namespace.