dreye.compute_mean_correlation#

dreye.compute_mean_correlation(X)[source]#

Compute mean correlation of a matrix X.

Parameters:
Xnumpy.ndarray

An n x m matrix with n samples and m features.

Returns:
float

The mean correlation of X.