Nearest centroid classifier
Classification model in machine learning

In machine learning, a nearest centroid classifier or nearest prototype classifier is a classification model that assigns to observations the label of the class of training samples whose mean (centroid) is closest to the observation. When applied to text classification using word vectors containing tf*idf weights to represent documents, the nearest centroid classifier is known as the Rocchio classifier because of its similarity to the Rocchio algorithm for relevance feedback.
An extended version of the nearest centroid classifier has found applications in the medical domain, specifically classification of tumors.
01Algorithm
Training
Given labeled training samples with class labels
, compute the per-class centroids
where
is the set of indices of samples belonging to class
.
Prediction
The class assigned to an observation is
.
Sources and credits
This article is adapted from the Wikipedia article “Nearest centroid classifier”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Images, from Wikimedia Commons:
- Rocchioclassgraph.jpg by Unknown author, CC BY-SA 3.0
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.