1. 首页
  2. 操作系统
  3. Linux
  4. matlab pca 程序

matlab pca 程序

上传者: 2020-09-20 02:49:23上传 RAR文件 1.51KB 热度 11次
%PCA PRINCIPLE COMPONENTS ANALYSIS % X是n1*n2的,n1是变量个数,n2是样本数 % 返回值p是转换坐标系 N说明投影到N个坐标系上 % p*X 才是投影结果 % Performing principal components analysis on the N1-by-N2 real-valued % data matrix X, where N1 and N2 are the number of features (N1 变量个数) % and observations (N2 采样个数), respectively.
下载地址
用户评论
码姐姐匿名网友 2020-09-20 02:49:24

有一点点问题,修改一下就可以了!

码姐姐匿名网友 2020-09-20 02:49:24

程序修改后可以

码姐姐匿名网友 2020-09-20 02:49:25

会报错!程序还在看

码姐姐匿名网友 2020-09-20 02:49:25

error(nargchk(1,3,nargin))这个会报错,不过原理是没问题的,谢谢分享

码姐姐匿名网友 2020-09-20 02:49:26

这个不错,是PCA的,两种方法