文件名称:CNN
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2017-04-18
- 文件大小:
- 841kb
- 下载次数:
- 0次
- 提 供 者:
- 周*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
CNN(CondensedNearestNeighbor)是最早的基于近邻分类的实例选择算法。本程序实现了CNN算法,能很好的实现近邻分类的实例选择。-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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样本选择算法