covm.m

来自「这是模式识别方面的电子书籍」· M 代码 · 共 9 行

M
9
字号
%COVM Compute covariance matrix for large datasets% % 	C = COVM(A)% % Similar to C = COV(A) this routine computes the covariance matrix % for the datavectors stored in the rows of A. No large intermediate % matrices are created. If class(A) is 'dataset' then class(C) is % 'double'.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?