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.ndarray

Data matrix.

Returns:
Xnp.ndarray

Initialized data matrix.