Description: 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
To Search:
File list (Check if you may need any files):
CNN样本选择算法\20160401原型选择算法小结.pptx
...............\Condensing.asv
...............\Condensing.m
...............\DrawLine.m
...............\Edit_Repeat.asv
...............\Edit_Repeat.m
...............\Edit_Two.asv
...............\Edit_Two.m
...............\GetPoint.m
...............\KNN.doc
...............\KNN.m
...............\Main.asv
...............\Main.m
...............\untitled.fig
CNN样本选择算法