2017 | OriginalPaper | Chapter
3. Similarities: Nearest-Neighbor Classifiers
Published in:
An Introduction to Machine Learning
Abstract
Two plants that look very much alike probably represent the same species; likewise, it is quite common that patients complaining of similar symptoms suffer from the same disease. In short, similar objects often belong to the same class—an observation that forms the basis of a popular approach to classification: when asked to determine the class of object x, find the training example most similar to it. Then label x with this example’s class.