function [pos] = getPosVal(cl) returns the value assumed by the classifier for positive examples
0001 function [pos] = getPosVal(cl) 0002 % function [pos] = getPosVal(cl) 0003 % returns the value assumed by the classifier for positive examples 0004 0005 pos = cl.posVal;