W3cubDocs

/scikit-learn

sklearn.utils.safe_sqr

sklearn.utils.safe_sqr(X, copy=True) [source]

Element wise squaring of array-likes and sparse matrices.

Parameters:
X : array like, matrix, sparse matrix
copy : boolean, optional, default True

Whether to create a copy of X and operate on it or to perform inplace computation (default behaviour).

Returns:
X ** 2 : element wise square

© 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html