Generalized Discriminant Function:
Let y1,y2,…,yn be n training samples in augmented feature space, which is linearly separable
• We need to find a weight vector such that:
- a^t y > 0 for examples of the positive class
- a^t y < 0 for examples of the negative class
• “Normalizing” the input examples by multiplying them with their class label (replace all samples from class 2 by their negatives) find a weight vector such that a^t y > 0 for all the examples (here y is multiplied with class label)
• The resulting weight vector is termed as a separating vector or a solution vector