init_mean_cov_score# init_mean_cov_score(X: ndarray) → ndarray[source]# Precompute quantities for the mean_cov_score. Currently does nothing as the memory overhead is too large for large datasets. Parameters: Xnp.ndarrayData matrix. Returns: Xnp.ndarrayInitialized data matrix.