CCA

所属分类:图形图像处理
开发工具:matlab
文件大小:18KB
下载次数:25
上传日期:2017-09-28 08:40:47
上 传 者SUNNY_187
说明:  最完整的CCA典型相关分析程序,分析两幅图像,相似度,匹配,融合都可以使用,分析天气变量也可以使用。
(The most complete CCA canonical correlation analysis program, analysis of two images, similarity, matching, fusion can be used, analysis of weather variables can also be used.)

文件列表:
LS_CCA (0, 2015-09-23)
LS_CCA\package (0, 2015-09-23)
LS_CCA\package\examples (0, 2015-09-23)
LS_CCA\package\examples\CCA_example.m (875, 2009-02-16)
LS_CCA\package\examples\KCCA_example.m (908, 2009-02-16)
LS_CCA\package\examples\KLS_CCA_example.m (891, 2009-02-16)
LS_CCA\package\examples\LS_CCA_example.m (925, 2009-02-16)
LS_CCA\package\examples\OPLS_example.m (792, 2009-02-16)
LS_CCA\package\utilities (0, 2015-09-23)
LS_CCA\package\utilities\CCA.m (4727, 2009-02-15)
LS_CCA\package\utilities\colCenter.m (195, 2008-03-19)
LS_CCA\package\utilities\KCCA.m (5071, 2009-02-15)
LS_CCA\package\utilities\KLS.m (2526, 2009-02-15)
LS_CCA\package\utilities\KLS_CCA.m (2608, 2009-02-15)
LS_CCA\package\utilities\l1_ls.m (8414, 2008-01-17)
LS_CCA\package\utilities\lasso_func.m (1918, 2009-02-16)
LS_CCA\package\utilities\LS.m (2451, 2009-02-14)
LS_CCA\package\utilities\LS_CCA.m (2302, 2009-02-14)
LS_CCA\package\utilities\OPLS.m (1802, 2009-02-12)
LS_CCA\package\utilities\rowCenter.m (187, 2008-03-19)
LS_CCA\package\utilities\solve_eigen.m (1769, 2009-02-15)

The LS_CCA package provides the Matlab implementations of Canonical Correlation Analysis, kernel CCA and their equivalent least squares formulations LS_CCA and KLS_CCA. By constructing a specific target matrix from the label information, it is proved that CCA is equivalent to the LS_CCA formulation. Several extensions of LS_CCA based on regularization are also implemented, such as the sparse LS_CCA formulation using 1-norm regularization. This package also provides the implementations of Orthonormalized Partial Least Squares (OPLS). Specifically, this package implements the following techniques: 1. CCA. 2. Kernel CCA. 3. Least squares. 4. Kernel Least squares. 5. LS_CCA, the equivalent least squares formulation for CCA. 6. KLS_CCA, the equivalent kernel least squares formulation for kernel CCA. 7. Orthonormalized partial least squares. For all techniques, the regularization is supported. For least squares formulations, LS_CCA, and KLS_CCA, 1-norm and 2-norm regularization are supported. In this package, there are two file folders, called "utilities" and "examples", respectively. All implementations of these techniques are in the folder "utilities". All scripts in the folder "examples" are designed to demonstrate the use of the functions provided in this package. For example, you can run CCA_example.m to run CCA function provided in this package. To run the example scripts, you can either put the example scripts and the functions in the folder "utilities" under the same directory, or you can add the directory of the "utilities" folder to your Matlab path. The brief introduction to all files is listed below: Package utilities: CCA.m: it implements CCA with and without regularization. colCenter.m: it centers the columns of a matrix, and it is used as subroutine. KCCA.m: it implements kernel CCA with and without the regularization. KLS.m: it implements kernel least squares. KLS_CCA.m: it implements the equivalent kernel least squares formulation for kernel CCA. l1_ls.m: it solves the lasso problem. lasso_func.m: it is a general interface for lasso, thus the user can use other implementations of lasso by slightly revising this function. LS.m: it implements the least squares formulation. LS_CCA.m: it implements the equivalent least squares formulation for CCA. OPLS.m: it implements orthonormalized partial least squares. rowCenter.m: it centers the rows of a matrix, and it is used as subroutine. solve_eigen.m: it solves a type of eigenvalue problem. Package examples: CCA_example.m: it demonstrates how to use the CCA function. KCCA_example.m: it demonstrates how to use KCCA function. KLS_CCA_example.m: it demonstrates how to use KLS_CCA function. LS_CCA_example.m: it demonstrates how to use the LS_CCA function. OPLS_example.m it demonstrates how to use the OPLS function.

近期下载者

相关文件


收藏者