搜索资源列表
Knn
- K最近邻分类的代码,附有输入输出和程序使用说明。
KNN-master
- KNN Aqlgorithm implementation in C#
kdtree-master
- K-d tree implementation in C++ for NN and KNN search Templated k-d tree example that makes use of boost geometry point classes. The k-d tree is build in bulk and supports N dimensions. The implementation contains a recursive and iterative ne
KNN
- KNN数据挖掘经典算法,采用的是iris.data数据,数据在文件包里了,需要改一下路径就可以了。-KNN classical data mining algorithms, using iris.data data, the data in the paper bag, the need to change the path on it.
KNN
- 基于k-d树的knn算法实现,实现较简单,供初学参考。-Knn, K-D tree
knn
- 一个简单的knn算法程序,核心算法是基于欧几里得距离,程序在vs2010上调试运行,一点问题都没有,其他环境不知道-A simple knn algorithm program, the core algorithm is based on the Euclidean distance, program debugging run on vs2010, no problem at all, other environments do not know.