Introduction - If you have any usage issues, please Google them yourself
Achieve a knn classifier. Using Euclidean distance as a measure of distance using the my_order.m function script to get a point K nearest neighbors use my_classify.m script to get the type of function points. Given the parameters k, we can call these two functions complete knn classification function.