Decision Boundaries

  • Minimal risk decision function is unique and must be represented in terms of Distributions of data generating RVs X and Y
    • A is some subvolume of P. (n dimensional hypercubes or volume bodies)
    • is ground truth
      • Function that assigns every choice of the number P
  • Decision function partitions pattern space into k disjoint decision regions by
  • If a test pattern falls into it is classified as class i

Finding Decision Regions

  • which yields the lowerst misclassification rate or highest Probability of correct classification
  • be the PDF for Class Conditional distribution
  • Probability of obtaining a correct classification for is
  • This region has curved boundaries aka decision boundaries
    • Folded and on higher dims : very complex and fragmented
  • x is a vector
  • For patterns on these boundaries, two or more classifications are equally probable
  • Maximal if
  • Then
  • Algo learns estimates of the Class Conditional distribution and class probabilities aka priors
  • The separator between classes learned by a model in a binary class or multi-class classification problems. For example, in the following image representing a binary classification problem, the decision boundary is the frontier between the orange class and the blue class