资源简介
全球软件项目外部平台
pca与KL变换的综合matlab实现代码
内有详细的使用说明,以及代码注释
对于打算利用PCA与KL变换作研究的
科研人员可以用来仿真算法的性能。
代码片段和文件信息
function res = KLExpansion(dataMtopKN)
% USAGE:
%
% res = KLExpansion(dataMtopKN)
%
% Input Arguments:
% data each column contains the measurements for one variable
% each row contains the variables for one measurement interval
% M temporal correlation range (0 < M < 10)
% topK spatial correlation range (1 < topK < #cols data)
% N the first N intervals are used for training (20 < N < #rows data)
%
% Output:
% res vector of residual values has same number of rows as data
%
% Examples & Remarks:
% KLExpansion(data13100)
% Computes a PCA model using the 3 largest eigenvectors on
% the first 100 intervals of data uses the model to predict
% timeseries and returns residual
% KLExpansion(data43100)
% Computes a KLE model using the 3 largest eigenvectors and a
% temporal correlation range of 4 on the first 100 intervals
% of data uses the model to predict timeseries and returns
% residual
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% Copyright (C) 2009 Daniela Brauckhoff Kave Salamatian %%
%% %%
%% This code is free software; you can redistribute it and/or %%
%% modify it under the terms of the GNU Lesser General Public %%
%% License as published by the Free Software Foundation; either %%
%% version 2.1 of the License or (at your option) any later version. %%
%% %%
%% This code is distributed in the hope that it will be useful %%
%% but WITHOUT ANY WARRANTY; without even the implied warranty of %%
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %%
%% Lesser General Public License for more details. %%
%% %%
%% %%
%% FILENAME:
相关资源
- 高光谱图像pca分析特征提取
- pca源码matlab
- PCA人脸识别Eigenface特征脸Matlab
- RPCA图像去噪算法
- MATLAB 对iris数据集进行PCA
- 遥感影像融合_数字图像处理的matlab程
- 基于TE过程的PCA程序matlab
- 基于PCA和SVM的人脸识别.zip
- PCA算法实现人脸识别基于matlab GUI界面
- 基于matlab的人脸识别271850
- 2D2DPCA人脸识别matlab代码/ORL库
- PCA人脸识别MATLAB代码/ORL库
- PCA人脸识别论文附MATLAB程序
- KPCA matlab实现
- 基于K-L变换的人脸识别系统
- 基于PCA使用Yale人脸数据库的人脸识别
- 降维技术matlab工具箱
- 2dpca的matlab源码
- 基于pca的图像压缩与重建代码
- 基于pca的图像压缩算法
- 2DPCA的matlab代码
- 基于PCA算法实现人脸识别完整代码文
- MATLAB下人脸图像的PCA重构
- LDA与PCA的讲解与matlab演示
- 基于PCA的点云位姿估计与粗拼接,m
- 基于PCA的人脸识别matlab)
- Matlab人脸识别-PCA算法
- 基于PCA对人脸图像做特征选择matlab程
- 基于PCA算法的人脸识别包含人脸库
- 表情识别 源码Matlab LBP+LPQ SVM PCA
评论
共有 条评论