dreye.compute_mean_correlation# dreye.compute_mean_correlation(X)[source]# Compute mean correlation of a matrix X. Parameters: Xnumpy.ndarrayAn n x m matrix with n samples and m features. Returns: floatThe mean correlation of X.