Description: Yuan KNN algorithm analysis and research, the training set and test set as a n d have the n properties (if a tuple) within the space of points, given a test tuples, search n dimensional space, find out and test a tuple closest point of k (i.e., training tuples), finally take most of these k points such as testing a tuple categories.
To Search:
File list (Check if you may need any files):
KNN\datafile.txt
...\KNN.txt
...\KNNNode.txt
...\KNN算法及Java实现.pdf
...\testfile.txt
...\TestKNN.txt
KNN