Used in Classification, where we want to separate different classes.

Remember that the linear discriminant function is

where

and

In here, note that:

  • means that the point lies on the 1st class
  • means that that point lies on the 2nd class

We then have to normalize the function using

then we would have for We call as the normalized augmented feature vector.

It’s very hard-coded to binary classification problems.