frlearn.location_measures.mean

frlearn.location_measures.mean(X)[source]

Sum of all values divided by the number of values.

Parameters
Xnp.array

Dataset. Should be a two-dimensional array.

Returns
a: np.array

One-dimensional array that contains the mean for each feature.