sklearn.utils.extmath.safe_sparse_dot(a, b, dense_output=False) [source]
Dot product that handle the sparse matrix case correctly
Uses BLAS GEMM as replacement for numpy.dot where possible to avoid unnecessary copies.
| Parameters: |
a : array or sparse matrix b : array or sparse matrix dense_output : boolean, default False When False, either |
|---|---|
| Returns: |
dot_product : array or sparse matrix sparse if |
© 2007–2017 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html