搜索资源列表
KL变换
- KL变换模式识别作业三 一、编程要求: 编程实现KL变换,并对TM六波段图像进行演算。 KL变换的思想是:从n维特征选取m维特征,删去的n-m维特征不一定就是无用的信息,如何在信息损失最小的情况下选取特征,在理论上就显得更严密些。通常采用正交变换,得到新的经变换的模式, 以保证信息损失最小情况下获得有利于分类的特征。 二、编程思想: 将6副图象依次输入获得灰度值存在一个6*size(size为一副图象的像素数)的二维数组中,计算每个波段的灰度均值,然后计算协方差矩阵,得出特征值
pow
- pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
machine-learning_PCA
- 环境为winpython 32bit 2.7.5.3 p = PCA() print u"均值化后的数据集为:",p.dataset( H:\\PCA_test.txt ) print u"协方差矩阵为:",p.COV() print u"特征向量为:",p.eig_vector()[1] tt = p.pc(dim=1) print "tt:",tt print u"新的维度数据集",tt[1]- """ Principal c
meifunnao
- 主要是基于mtlab的程序,可以动态调节运行环境的参数,AHP层次分析法计算判断矩阵的最大特征值。- Mainly based on the mtlab procedures, Can dynamically adjust the parameters of the operating environment, Calculate the maximum eigenvalue judgment matrix of AHP.
fgivf
- 是国外的成品模型,AHP层次分析法计算判断矩阵的最大特征值,有均匀线阵的CRB曲线。- Foreign model is finished, Calculate the maximum eigenvalue judgment matrix of AHP, There ULA CRB curve.
aw750
- 光纤陀螺输出误差的allan方差分析,构成不同频率的调制信号,AHP层次分析法计算判断矩阵的最大特征值。- allan FOG output error variance analysis, Constituting the modulated signals of different frequencies, Calculate the maximum eigenvalue judgment matrix of AHP.
fbebh
- 车牌识别定位程序的部分功能,最小均方误差(MMSE)的算法,AHP层次分析法计算判断矩阵的最大特征值。- Part of the license plate recognition locator feature, Minimum mean square error (MMSE) algorithm, Calculate the maximum eigenvalue judgment matrix of AHP.
fu228
- 计算目标和海洋回波的功率谱密度,是路径规划的实用方法,AHP层次分析法计算判断矩阵的最大特征值。- Calculating a target and ocean echo power spectral density, Is a practical method of path planning, Calculate the maximum eigenvalue judgment matrix of AHP.
levekducumentoperation
- 矩阵运算类:矩阵的数学运算, 矩阵特征值特征向量的求取()
ELM分类器
- ELM是基于深度学习的分类器,运算速度快。 在B_data.m里导入待分类矩阵B.mat(1-n列为特征值,n列为标签);运行B_data.m;再打开fuzzyEn_main.m并运行即可。(ELM is based on depth learning classifier, computing speed. In B_data.m imported matrix to be classified B.mat (1-n as eigenvalues, n as a label); Run B
59553373
- 基于matlab和VC混合编程的程序,演示了Matlab中数组与VC类的转化的一个应用——矩阵特征值与特征向量的计算()
ohpr
- 矩阵运算类:矩阵的数学运算, 矩阵特征值特征向量的求取()