Type: lib.numpy.statistics.MeanArray

Namespace: lib.numpy.statistics

Description

Compute the mean value along a specified axis of a array. array, average, reduction, statistics

Use cases:
- Calculate average values in datasets
- Implement mean pooling in neural networks
- Compute centroids in clustering algorithms

Properties

Property Type Description Default
values np_array Input array {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}
axis Optional[int] Axis along which to compute mean -

Outputs

Output Type Description
output (np_array | float | int)  

Metadata

Browse other nodes in the lib.numpy.statistics namespace.