搜索资源列表
classifier_knn
- 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C + + source code, suitable for pattern recognition, image processing developers use!
C KNN
- 以C程式專寫KNN類神經模擬
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++
bayes-
- 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use
classifier_knn
- 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use!
KNN
- 机器学习K近邻分类算法,使用的是C++编程。如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K-nearest neighbor classification machine learning algorithm, using the C++ programming. If a sample in feature space is k most similar (i.e., the feature space adjacent
pcaExpression
- openCV-C++代码,用PCA算法进行人脸主成分提取,并且用kNN算法进行实时表情识别。程序可以自己建立数据库并且进行识别,非常好用!附课程的作业报告。-openCV-C++ code, using PCA algorithm for face principal component extraction and real-time facial expression recognition algorithm with kNN. Program can create their own
K-Nearest-Neighbour-master
- KNN classification method by C-KNN classification