由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - where to find C++ codes for PCA and CA?
相关主题
高维 PCA问个matlab的eigs的问题
determinant again求一个特殊矩阵的特征值
怎样实现正态分布函数从某个数x到正无穷大的积分?upper bound of eigenvalues
能不能做numerical laplace transform ?[求教]请各位推荐解大型矩阵的子程序 (转载)
QuestionMatlab的eigs函数
求助: 3*3 matrix eigenvalue problemneed help for a chanllenging sparse matrix computation problem
关于超大型矩阵的算法我也有一个对角化的问题
Matlab计算精度请教Question: What is the complexity of finding eigenvalue decompostion of a real symmetric mtrix?
相关话题的讨论汇总
话题: pca话题: ca话题: c++话题: codes话题: find
进入Computation版参与讨论
1 (共1页)
a****g
发帖数: 6
1
PCA: principle component analysis;
CA: correspondence analysis.
I have attempted to search on google , but the codes found not work.
Do somebody have the reliable C/C++ codes for them, or is there any good
website on which I can find them?
Thanks a lot!
e**c
发帖数: 195
2
Try code from 'Numerical receipe in C' (you can get an E-version from web),
I used it before and it worked fine.

【在 a****g 的大作中提到】
: PCA: principle component analysis;
: CA: correspondence analysis.
: I have attempted to search on google , but the codes found not work.
: Do somebody have the reliable C/C++ codes for them, or is there any good
: website on which I can find them?
: Thanks a lot!

a****g
发帖数: 6
3
My labmate has this book. But I can't find PCA. Could you tell me in which
chapter it is?
(also I find the book's website
"http://lib-www.lanl.gov/numerical/bookcpdf.html")
Thanks a lot!

【在 e**c 的大作中提到】
: Try code from 'Numerical receipe in C' (you can get an E-version from web),
: I used it before and it worked fine.

e**c
发帖数: 195
4
Cannot remember exactly, you might need to look at
relevant code for solving matrix's eigenvalues.

【在 a****g 的大作中提到】
: My labmate has this book. But I can't find PCA. Could you tell me in which
: chapter it is?
: (also I find the book's website
: "http://lib-www.lanl.gov/numerical/bookcpdf.html")
: Thanks a lot!

a****g
发帖数: 6
5
Thank you very much, Tarzan. I guess there is no diect code or function for
PCA in that book, but it is very easy to implement using those eigvalue codes.
I have transformed my data in Matlab, --- that is also very easy.
Thanks again!

web),

【在 e**c 的大作中提到】
: Cannot remember exactly, you might need to look at
: relevant code for solving matrix's eigenvalues.

1 (共1页)
进入Computation版参与讨论
相关主题
Question: What is the complexity of finding eigenvalue decompostion of a real symmetric mtrix?Question
如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot求助: 3*3 matrix eigenvalue problem
线性代数一问关于超大型矩阵的算法
怎么求这个转角?Matlab计算精度请教
高维 PCA问个matlab的eigs的问题
determinant again求一个特殊矩阵的特征值
怎样实现正态分布函数从某个数x到正无穷大的积分?upper bound of eigenvalues
能不能做numerical laplace transform ?[求教]请各位推荐解大型矩阵的子程序 (转载)
相关话题的讨论汇总
话题: pca话题: ca话题: c++话题: codes话题: find