scipy.sparse.csc_matrix.mean

csc_matrix.mean(axis=None)[source]

Average the matrix over the given axis. If the axis is None, average over both rows and columns, returning a scalar.

Previous topic

scipy.sparse.csc_matrix.log1p

Next topic

scipy.sparse.csc_matrix.multiply