搜索资源列表
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
- 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
knn
- k最邻近算法,经典的分类算法,绝对有帮助-k-nearest neighbour algorithm,it is a classical algorithm for text cluster
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
M-KNNalgorithm
- 用matlab实现的算法,速度非常快,是knn的经典算法。-The realization of the algorithm using matlab, very fast, is a classic knn algorithm.
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
19854816mitmatlab
- 包含模式识别里很多函数的实现,分类器,KNN算法等,对学习者很有帮助-Include pattern recognition where a lot of function implementation, classifier, KNN algorithm, useful for learners
KNN
- 基于VC++编写的模式识别分类中的KNN算法程序-Written in VC++ based on pattern recognition classification of the KNN algorithm program
knn
- k近邻分类算法,VC++实现的,验证了正确性-k nearest neighbor classification algorithm, VC++ implementation to verify the correctness
knn
- 一种新的knn算法,并且比较快,占内存更小-a kind of knn algorithm and faster
KNN
- 人工智能课程的KNN算法实现,包括回归和分类。(Artificial intelligence curriculum KNN algorithm, including regression and classification.)
KNN
- 实施KNN算法,并使用KNN改进约会网站,将KNN运用在手写识别系统。(Implement KNN algorithm, and use KNN to improve dating website, use KNN in handwriting recognition system.)
face-KNN
- 用PCA算法和KNN算法实现人脸识别,参数可以自己调整(The PCA algorithm and the KNN algorithm are used to realize the face recognition, and the parameters can be adjusted by themselves)
KNN
- 利用KNN算法识别手写数字,zip内包含训练数据集和测试数据集(This is a handwriting number recognition demo using kNN algorithm)
knn
- 通过比较欧氏距离,定义K值,实现了机器学习中的KNN算法(By comparing Euclidean distance, we define the K value and realize the KNN algorithm in machine learning.)
kNN
- knn分类器, 机器学习实战第二章代码,k最近邻分类,适用于低维数据的分类器(classifier (KNN algorithm))
knn
- matlab 实现鸢尾花数据集的KNN算法(Matlab implementation of KNN algorithm)