我想知道什么是matlab函数corr2的python等效项,它给出2个矩阵之间的相关系数,仅 ... np.size(x); return y def corr2(a,b): a = a - mean2(a) b = b - mean2(b) r ...
確定! 回上一頁