搜索资源列表
princomp
- 主成分分析的matlab实现,是许多图像处理方法常用的工具之一
pca.rar
- matcom插件调用matlab里面princomp函数对数据进行处理的小程序,plug-ins inside matcom call matlab function princomp data processing applet
princomp
- 主成分分析,matlab。在多光谱图像处理中有重要应用。-Image fusion, matlab. In the multi-spectral image processing has important applications.
PCA1
- The important method is [COEFF,SCORE] = princomp(x) which takes in your data “x” and stores its projection into PCA space in “SCORE” which I then output to csv. I still need to find out how to project back into normal space but I think it should be j
Principal-component-analysis-matlab
- 主成分分析.mht:介绍主成分分析的文章 edgepick.m:本程序的目的是实现边缘检测 drawprim.m:找到最大主分量所在的位置,从而在原图象中绘出 practical.m:一个主分量的程序,边缘检测和主分量提取 prin.m:该程序是用princomp函数来提取矩阵的主成分-Principal component analysis. Mht: the article describes the principal component analysis edgepick
pcaprincomp
- Face recognition using ATT database and PCA with matlab s princomp function
farutos-anotherThreeFunction
- matlab的mapminmax函数,boiler_process.m函数princomp函数,在fratuto推出的libsvm中用到的三个函数,在使用libsvm中没有它总是报错- -The mapminmax matlab function (projection map)
pca_test
- 关于matlab中princomp的使用说明讲解小例子-About matlab in princomp use instructions explain small example
princomp
- 对数据进行标准化,并在此基础进行主成分分析-princomp matlab
SourceOfPrincomp
- 在matlab中用自己的代码实现matlab自带的主成分分析函数princomp,带详细注释-source code of princomp, a principal component analysis function, in Matlab
PCA
- 使用matlab自带的函数princomp()计算主成分,当维数很高时通常会出现内存耗尽的错误,即使内存足够也非常耗时。快速pca能加快计算进程且减小内存占用,更容易计算较大尺寸的图像主成分。(Use MATLAB's own function princomp () to calculate the principal component. When the dimension is very high, the memory exhaustion error usually occurs,