Moving to America Will Kill You
-
New research on the health of immigrants has found that they live longer
than their children, mostly because the American way of life is a horribly
unhea...
24 minutes ago
http://www.di.unipi.it/~gulli/coding/pca_eigen.zip is correct path to the archive, didn't it?
ReplyDeleteyes, and the archive should be complete now.
ReplyDeleteHi, I was searching around on PCA snippet/library in C++ for weeks, and I found it here it seems like the codes I needed, do you have any documentation or any quick guides on how to use it? I'm new.. Thanks a lot and appreciate your helps.. >.<
ReplyDeleteyes..im also need PCA code..for this year i decide to use PCA as my technique to predict the aging face...but i am not understand if in c++..could this source code of PCA in java???anyone can help me...
ReplyDeleteDear Antonio,
ReplyDeleteI really appreciate your code on PCA. It is really helpful.
There is one section of the code I don't understand. This is the "// sort and get the permutation indices" section. Is this where you try to get the largest eigen value? And how do I pair up each eigen value with its corresponding eigen vector?
The out put for this section looks like this:
eigen=1.62753 pi=3
eigen=3.94939 pi=1
eigen=8.96768 pi=2
eigen=18.5922 pi=0
Thanks a lot.
Hi thanks a lot. It's very helpful! you know how to convert these MatrixXd VectorXd to Python without using Boost or swig?
ReplyDeleteThanks!!