文件名称:KNN
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-01-16
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- Tony*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现一个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 get a point K nearest neighbors use my_classify.m scr ipt to get the type of function points. Given the parameters k, we can call these two functions complete knn classification function.
使用欧氏距离作为度量距离
使用’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 get a point K nearest neighbors use my_classify.m scr ipt to get the type of function points. Given the parameters k, we can call these two functions complete knn classification function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KNN 分类器
..........\crossdata.m
..........\cross_data.mat
..........\cross_validation.m
..........\datapro.m
..........\my_boxplot.m
..........\my_classify.m
..........\my_order.m
..........\my_pca.m
..........\project.m