next up previous contents index
Next: Receiver Operating Characteristic curve Up: Introduction Previous: What is one-class classification?   Contents   Index


Error minimization in one-class

In order to find a good one-class classifier, two types of errors have to be minimized, namely the fraction false positives and the fraction false negatives. In table 2.1 all possible classification situations for one-class classification are shown.


Table 2.1: Types of classification error in the one-class classification problem.
    true class label
    target outlier
  target true positive false positive
    target accepted outlier accepted
assigned label      
  outlier false negative true negative
    target rejected outlier rejected

The fraction false negative can be estimated using (for instance) cross-validation on the target training set. Unfortunately, the fraction false negative is much harder to estimate. When no example outlier objects are available, this fraction cannot be estimated. Minimizing just the fraction false negative, will result in a classifier which labels all object as target object. In order to avoid this degenerate solution, outlier examples have to be available, or artificial outliers have to be generated (see also section 5.5).


next up previous contents index
Next: Receiver Operating Characteristic curve Up: Introduction Previous: What is one-class classification?   Contents   Index
David M.J. Tax 2006-07-26