accuracy rate
Posted: 05 February 2010 05:26 AM   [ Ignore ]  
Newbie
Rank
Total Posts:  1
Joined  2010-02-04

dear pavel

how to find the classification rate, number of support vector, training time or CPU time when this code is applied;
>>load dataeigen
>> A = dataset(data,genlab([96,96 ],[1 2]’));
>> w=svc(z,’r’,0.1,100);
>> figure;scatterd(A);
>> plotc(w);

tq
shaqay

Profile
 
 
Posted: 05 February 2010 09:06 AM   [ Ignore ]   [ # 1 ]  
Moderator
RankRankRankRank
Total Posts:  108
Joined  2008-11-08

Use ‘testc’ for error estimation by a testset
See ‘help svc’ for finding support vectors
Use standard Matlab timing tools for estimating CPU time

Bob Duin

Profile
 
 
   
 
 
‹‹ PCA      gendatw problem ››