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

