Username Remember Me?
Password   forgot password?
   
   
votec
Posted: 06 March 2010 04:40 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  4
Joined  2010-02-19

hello prtools team
I am trying to combine diffrent base classifiers using majority voting ‘votec’. The classifiers are: ldc,knnc, svc and treec. It work with all the combinig rule prodc, minc, medianc, maxc, meanc but with votec i have this error message:

index exceeds matrix dimensions.

Error in ==> C:\MATLAB6p5\work\prtools\@dataset\subsref.m
On line 78 ==>

Error in ==> C:\MATLAB6p5\work\prtools\fixedcc.m
On line 143 ==> labels = labeld(a(:,J));

Error in ==> C:\MATLAB6p5\work\prtools\fixedcc.m
On line 177 ==> v = feval(mfilename,a*w.data{1},[],type,name);

Error in ==> C:\MATLAB6p5\work\prtools\map.m
On line 179 ==> d = feval(mapp,a,b);

Error in ==> C:\MATLAB6p5\work\prtools\@mapping\mtimes.m
On line 15 ==>

Error in ==> C:\MATLAB6p5\work\prtools\testc.m
On line 289 ==> [out1,out2]= feval(mfilename,a*w,type,label);[/size]

thanks in advance

Profile
 
 
Posted: 06 March 2010 10:45 PM   [ Ignore ]   [ # 1 ]  
Moderator
RankRankRankRank
Total Posts:  250
Joined  2008-11-08

I cannot reproduce the error with the present version of PRTools.
Please check it. In case it persists send me an example I can run.

Bob Duin

Profile
 
 
Posted: 07 March 2010 08:04 AM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  4
Joined  2010-02-19

The problem is solved with the present version of PRTools.
Thank you Bob.

Profile