If a simple minimum-distance classifier is satisfactory, there is no reason to use anything more complicated. However, it frequently happens that such a classifier makes too many errors. There are several possible reasons for this:
- The features may be inadequate to distinguish the different classes
- The features may be highly correlated
- The decision boundary may have to be curved
- There may be distinct subclasses in the data
- The feature space may simply be too complex
Back to Simple Classifiers On to Mahalanobis Up to PR for HCI