Username Remember Me?
Password   forgot password?
   
   
Bug in getdata? 
Posted: 07 September 2009 09:10 AM   [ Ignore ]  
Newbie
Rank
Total Posts:  15
Joined  2009-07-15

Hi

I have noticed a possible bug in the getdata function. When you try to use e.g. lassor, there is the following line in the code:

getdata(lambda);

where lambda is a trained mapping. The call to getdata returns a cell with data, which causes the code to crash two lines later. Interestingly, when you replace the above line with:

= +lambda;

w is no longer a cell and the rest of code works just fine. So, in other words in this case getdata(A) and +A work differently.

I was using PRTools from 19/08/2009.

Profile
 
 
Posted: 08 September 2009 10:40 PM   [ Ignore ]   [ # 1 ]  
Moderator
RankRankRankRank
Total Posts:  250
Joined  2008-11-08

Yes, a bug. Thank you.

It should be corrected now.

Bob Duin

Profile