Howdi?
I am working on Text Mining project.
In text mining, SVD(singular value decomposition) is often used.
If M is a matrix given, SVD decomposes M = U D V^t ..... like this, where D is diagonal matrix
In RapidMiner, if I use SVD, it gives only matrix U and D, then where can I get the component V ??
Thank you...