scipy.sparse.csc_array.
log1p#
- csc_array.log1p()[source]#
Element-wise log1p. See
numpy.log1pfor more information.- Returns:
- log1psparse array / matrix
Result of applying
numpy.log1pto the data of this sparse matrix.
Element-wise log1p.
See numpy.log1p for more information.
Result of applying numpy.log1p to the data of this sparse matrix.