搜索资源列表
KNN(CSHARP).rar
- 文本分类算法KNN的C#实现源码
knn.rar
- k近邻(knn)分类的文献,英文的,从IEEE下载得到,希望对大家有用,k neighbors (knn) classification of literature, English, and download from the IEEE has been the hope that useful for everyone
c++实现的KNN库:建立高维度的K-d tree
- c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
knn
- 模式识别中knn算法的powerpoint,适合初学者-Pattern Recognition Algorithm KNN powerpoint, suitable for beginners
knn
- knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the output for the classification.
KNN
- 由于在网上没有找到数据挖掘中KNN的java算法,于是自己写了一个,对需要KNN的java代码的朋友,肯定会有帮助-Since the Internet does not find the java KNN data mining algorithms, so to write one, the java code that need to KNN friends will certainly help
KNN
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
knn
- 数据挖掘实验报告——K-最临近分类算法,用C++编程,已经调试,里面有详细的报告,研究算法非常实用 -KNN
KNN-ALGORITHM
- Java,knn,是一牛人写的关于knn算法的实现方式。算法逻辑性强,条理清晰-Java, knn, is a cow who was on the way to achieve the knn algorithm. Algorithm logic is strong, the clarity of
knn
- C语言K近邻分类器KNN,有5个简单的例子供学习-knn classifier in C,5 simple examples are included
KNN
- 一个完整的KNN程序,含训练数据及测试数据-A complete KNN procedures, including training data and test data
KNN
- KNN算法的java实现,快速排序构造候选类列表-KNN implementation using java
KNN
- matlab code for PDF estimation by KNN method for 1 dimensional and 2 dimensional data
KNN
- K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-KNN algorithm
KNN
- 一个介绍KNN文本分类技术的不错的文章,大家都来看看啊-An introductory text classification technology KNN good article, everyone来看看啊
KNN
- KNN clustering with php
KNN
- knn算法,java 源码实现,简单有效的算法-algorithm of knn,a simple and efficient algorithm
knn
- knn分类器 基于Visual Basic实现-knn classifier implementation based on Visual Basic
kNN
- It s the kNN or else named k-Nearest Neabours algorythm, realized by the tools of Visual Studio developer system.
KNN
- KNN K最邻近算法 的 C++ 的 源程序-KNN