maxfuse.utils.center_scale

maxfuse.utils.center_scale(arr)[source]

Column-wise center and scale by standard deviation.

Parameters:

arr (np.ndarray of shape (n_samples, n_features)) –

Returns:

Center and scaled version of arr.