搜索资源列表
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
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
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
- K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-KNN 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-nearest neighbor)用c++实现的近邻算法-knn (k-nearest neighbor) algorithm
knn-cv-1-Source.tar
- KNN算法,用c++ 语言实现的算法,非常的经典-KNN algorithm for C plus plus,this a good algorithm
KNN
- 基于VC++编写的模式识别分类中的KNN算法程序-Written in VC++ based on pattern recognition classification of the KNN algorithm program
KNN
- 使用matlab实现的KNN分类器,可以设置最近邻的个数-Implemented using the KNN classifier matlab, you can set the number of nearest neighbor
knn
- 一种新的knn算法,并且比较快,占内存更小-a kind of knn algorithm and faster
knn
- 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。(Neighborhood algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in data mining class
kNN
- kNN,用来分类分类速度快 容易理解,上手容易(kNN,fast to classify easy to understand,welcome to download)
kNN
- kNN分类算法机器学习实战中python测试代码用例(KNN classification algorithm, machine learning, actual combat, python test code, use case)
KNN
- 人工智能课程的KNN算法实现,包括回归和分类。(Artificial intelligence curriculum KNN algorithm, including regression and classification.)
KNN
- 分类算法数字识别,KNN算法, 调用代码 import lyqKnn from numpy import * lyqKnn.handwritingClassTest()(Classification algorithm digital recognition)
knn
- 人工智能导论课作业,水杯图片的分类,knn方法实现(Homework of AI. classify images of cups and bottles. Using knn)
KNN
- 实施KNN算法,并使用KNN改进约会网站,将KNN运用在手写识别系统。(Implement KNN algorithm, and use KNN to improve dating website, use KNN in handwriting recognition system.)