Applying Clustering to the Classification Problem

Abstract

The minimum-distance classifier (Duda & Hart, 1973) learns a single mean prototype for each class and uses a nearest neighbor approach for classification. A problem arises when classes cannot be accurately represented using a single prototype; multiple prototypes may be necessary. Our approach is to find groups of examples for each of the classes, generalize these groups into prototypes using a mean representation, and then classify using a nearest neighbor approach. K-means clustering is applied in unsupervised environments for finding groupings of examples. The problem with k-means clustering is finding the correct num

Cite

Text

Datta. "Applying Clustering to the Classification Problem." AAAI Conference on Artificial Intelligence, 1997.

Markdown

[Datta. "Applying Clustering to the Classification Problem." AAAI Conference on Artificial Intelligence, 1997.](https://mlanthology.org/aaai/1997/datta1997aaai-applying/)

BibTeX

@inproceedings{datta1997aaai-applying,
  title     = {{Applying Clustering to the Classification Problem}},
  author    = {Datta, Piew},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1997},
  pages     = {826},
  url       = {https://mlanthology.org/aaai/1997/datta1997aaai-applying/}
}