In the literature, two other measures are often used, namely
![]() |
![]() |
>> [e,f] = dd_error(z,w)Here f(1) contains the precision, and f(2) the recall.
Finally, a derived performance criterion using the precision and
recall is the
measure, defined as:
![]() |
>> x = target_class(gendatb([50 0]),'1'); >> w = svdd(x,0.1); >> z = oc_set(gendatb(200),'1'); >> dd_f1(x,w) >> dd_f1(x*w) >> x*w*dd_f1