Introduction - If you have any usage issues, please Google them yourself
CNN (CondensedNearestNeighbor) is the earliest instance selection algorithm based on nearest neighbor classification. The core idea of the algorithm is that if the instance cannot be correctly classified by the currently selected set, the selected set is added. This program implements the CNN algorithm