文件名称:knn
介绍说明--下载内容来自于网络,使用问题请自行百度
模式识别中的k近邻算法,经过测试,运行结果很好。
最小距离分类器 : 它将各类训练样本划分成若干子类,并在 每个子类中确定代表点 。测试样本的类别则以其与这些代表点距离最近作决策。该方法的缺点是所选择的代表点并不一定能很好地代表各类,其后果将使错误率增加。(The k nearest neighbor algorithm in pattern recognition has been tested and the result is very good.
Minimum distance classifier: it divides all kinds of training samples into several sub classes and identifies the representative points in each sub class. The categories of test samples are made recently by making decisions with these representatives. The disadvantage of this method is that the selected representative points do not necessarily represent the various types well, and the consequences will increase the error rate.)
最小距离分类器 : 它将各类训练样本划分成若干子类,并在 每个子类中确定代表点 。测试样本的类别则以其与这些代表点距离最近作决策。该方法的缺点是所选择的代表点并不一定能很好地代表各类,其后果将使错误率增加。(The k nearest neighbor algorithm in pattern recognition has been tested and the result is very good.
Minimum distance classifier: it divides all kinds of training samples into several sub classes and identifies the representative points in each sub class. The categories of test samples are made recently by making decisions with these representatives. The disadvantage of this method is that the selected representative points do not necessarily represent the various types well, and the consequences will increase the error rate.)
相关搜索: 模式识别;数据挖掘
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
knn\Knn.cpp | 4103 | 2009-06-30 |
knn\Knn.cpp.bak | 3861 | 2009-06-30 |
knn\Knn.h | 407 | 2009-06-29 |
knn\Knn.h.bak | 407 | 2009-06-29 |
knn\main.cpp | 946 | 2018-04-30 |
knn\main.cpp.bak | 1166 | 2009-06-30 |
knn\testdata.txt | 782 | 2009-06-30 |
knn\testdata.txt.bak | 0 | 2009-06-30 |
knn | 0 | 2018-04-30 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.