Username Remember Me?
Password   forgot password?
   
   
mapping to double
Posted: 02 September 2010 06:50 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  26
Joined  2009-07-14

Hi,
I use some codes with PRTools for dimension reduction. I get a matrix, <3010x60 mapping>.

>> PCA to 71D, 3010 to 71 trained mapping --> affine

But I want it as double. I mean I want to convert this matrix from <3010x60 mapping> to <3010x60 double>. Is it possible?
Regards.

Profile
 
 
Posted: 02 September 2010 07:58 PM   [ Ignore ]   [ # 1 ]  
Moderator
RankRankRankRank
Total Posts:  250
Joined  2008-11-08

If the mapping is stored in W then by V = getdata(W) a structure is retrieved that stores the mapping. In V.rot the desired matrix is stored.

Bob Duin

Profile
 
 
Posted: 03 September 2010 10:36 AM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  26
Joined  2009-07-14

Thanks Mr. Duin. This is what I look for!

Profile