搜索资源列表
string
- 本程序采用分类询问的模式,对要求的方法一一用函数实现,并在函数中根据客户的要求调用子函数。通过递归调用todo()函数,不断实现用户想要实现的功能,最后以输入0,结束循环,程序结束。-The inquiry procedure uses classification model, the methods required to achieve one by one with the function and function call Functions according to custome
KNN
- 实现一个knn 分类器。 使用欧氏距离作为度量距离 使用’my_order.m’函数脚本获得某个点最近的K 个邻居 使用’my_classify.m’函数脚本获得点的类型。 给定参数k,就可以调用这两个函数完成knn 分类器功能。 -Achieve a knn classifier. Using Euclidean distance as a measure of distance using the my_order.m function scr ipt to ge