Hi Marcus
First of all - thank you very much for taking the time replying to my message. :)
here are links to Matrix X which is the input to the SVD. I think it is important to mention that X is also the result of SVD.
https://dl.dropboxusercontent.com/u/48902173/matrix%20x-08-56-53.xlsx
https://dl.dropboxusercontent.com/u/48902173/matrix%20x-08-58-28.xlsx
Thanks
Guy
First of all - thank you very much for taking the time replying to my message. :)
here are links to Matrix X which is the input to the SVD. I think it is important to mention that X is also the result of SVD.
Matrix<double> U = _denseSvd.U();
Matrix<double> X = U.SubMatrix(0, U.RowCount, 0, _c);
_c has the same value both times.https://dl.dropboxusercontent.com/u/48902173/matrix%20x-08-56-53.xlsx
https://dl.dropboxusercontent.com/u/48902173/matrix%20x-08-58-28.xlsx
Thanks
Guy