Hi again PRtools team and addicts! Now I trying to use the cost matrix facilities and when trying to run the basic example in prex_cost.m it throws an error:
... (more previous output)
The black decision boundary shows the standard ldc classifier
for this data. When the misclassification cost of a pear to an
apple is increased, we obtain the blue classifier. When on top
of that a rejection class is introduced, we get the blue dashed
classifier. In that case, all objects between the dashed lines
are rejected.
Cost of basic classifier = 0.51
Cost of cost classifier = 0.24
PR_Warning: setfeatlab: The label list should have at least 4 elements.
PR_Warning: setfeatlab: Empty feature labels inserted.
??? Error using ==> testcost at 98
The classifier outputs a label which are not defined in C!
Error in ==> map at 161
d = feval(mapp,a,pars{:}); % Damn! sequential mappings are split! Solve there!
Error in ==> D:\Mariano\papers\ECG Classification\scripts\common\prtools\@mapping\mtimes.p>mtimes at 15
Error in ==> prex_cost at 58
fprintf(’ Cost of reject classifier = %4.2f\n’,…
Is the cost matrix implementation stable or should I wait for future versions ?
Tanks in advance,
Mariano.
