搜索资源列表
homework
- 使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
pca
- pca lda knn 进行分类的pca部分的代码-pca lda knn classification of the pca part of the code
flann-1.2-src
- 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
KNN
- 用k-means算法实现KNN算法,是模式识别中的经典算法再现-K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction
knn
- 自己编的knn分类算法,分三类,对三类17维的数据进行分类,通过运行- knn classification algorithm, three types of three 17-dimensional data classification, by running
C-kNN
- c-knn最近邻算法源代码,最好的多示例算法之一,可运行-c-knn nearest neighbor algorithm source code, one of the best multi-sample algorithm can be run
knn
- knn算法,可用于图像处理,也可用于数据挖掘,应用广泛,运行环境是Visual C++,-knn algorithm, can be used for image processing, can also be used for data mining, a wide range of applications, the operating environment is Visual C++
knn-matting
- knn-matting,最近的图像抠图代码,国外源代码,处理效果很好-knn-matting,layer distinction
knn-matting
- 国外写的knn-matting,图像抠图的源程序,有实例,可直接使用-knn-matting looking abroad to distinct the image layer, there are instances, can be used directly
knn-matting-code
- KNN-Matting源代码。实现了KNN抠图的算法。-KNN Matting
KNN
- KNN分类是一种方法简单,使用性强的分类方法。在处理图形中,能够得到很好的分类效果。-KNN classification is a simple method, the use of strong classification. In dealing with graphics, it is possible to get a good classification results.
KNN
- 可以用于图像分割的KNN分类器,简单好用!-knn classification
knn
- 有关于KNN算法的相关学习资料,包括相关代码,实例以及文献-Relevant learning materials about KNN algorithms, including the related code, examples and documentation
KNN
- KNN 交叉验证,选出KNN算法中较优的N值-KNN cross validation, for the choice of the best N in KNN algorithm
knn-algorithm
- 基于knn算法的遥感图像分类 源代码 算法测试-Remote sensing image classification based on knn algorithm Source code Algorithm testing
knn
- 基于vs的一个KNN最近邻分类器的实现方法-Based on a KNN nearest neighbor classifier vs implementations
KNN
- 基于KNN滤波的图像处理算法,是一种图像增强的算法实现-Image processing algorithms KNN filter based on an image enhancement algorithm
KNN
- 这是我自己写的knn的算法,实现了聚类,比较简单-This is what I wrote it myself knn algorithm implements clustering, relatively simple
KNN
- KNN K近邻算法 来自视觉机器学习中的代码-The KNN K Nearest Neighbor algorithm comes the code in the visual machine learning
KNN学习
- KNN学习,通过测试集和训练集进行预测KNN学习,(KNN learns to predict through test set and training set)