文件名称:knn_vb
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:51.4kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approximated locally and all computation is deferred until classification. The k-nearest neighbor algorithm is amongst the simplest of all machine learning algorithms: an object is classified by a majority vote of its neighbors, with the object being assigned to the class most common amongst its k nearest neighbors (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of its nearest neighbor.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
knn_vb/Data.bas
knn_vb/frmMain.frm
knn_vb/frmMenus.frm
knn_vb/Icon Resource.res
knn_vb/KNN.exe
knn_vb/KNN.exe.manifest
knn_vb/KNN.vbp
knn_vb/KNN.vbw
knn_vb/System.bas
knn_vb/frmMain.frm
knn_vb/frmMenus.frm
knn_vb/Icon Resource.res
knn_vb/KNN.exe
knn_vb/KNN.exe.manifest
knn_vb/KNN.vbp
knn_vb/KNN.vbw
knn_vb/System.bas
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.