Username Remember Me?
Password   forgot password?
   
   
sda_featex is missing
Posted: 05 March 2010 03:38 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  20
Joined  2010-02-18

Hi,

It seems that the sda_featex function, mentioned in the knowledge base, is missing in PRSD Studio 2.0.5.

Mathieu

Profile
 
 
Posted: 05 March 2010 06:16 PM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  236
Joined  2008-04-26

Hi Mathieu,

yes, in 2.0 we changed the way algorithms are written. It is now much simpler for the user but not compatible with the old 1.3 release. The development releases do not contain yet all the algorithms that were available before.
I’m attaching the sda_featex.m updated for 2.0 to this message. It will appear in the stable 2.1 release coming soon.

You may also check out other algorithm examples in the distribution, namely the sda_pca_clf.m and sda_pca_roc.m. The first one trains a classifier in PCA-reduced subspace and uses the default operating point (equal weights for all classes). The second one also sets the operating point using ROC analysis.

Pavel

File Attachments
sda_featex.m  (File Size: 2KB - Downloads: 73)
Profile
 
 
Posted: 05 March 2010 07:20 PM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  20
Joined  2010-02-18

Thanks its very appreciated.

Profile