搜索资源列表
knn
- knn k近邻算法,可选择欧式距离或者曼哈顿距离
Image-Classification
- 对SVM多类分类算法进行了研究,总结了不同分类算法的优缺点。接下来本文提出了基于GA(遗传算法)和KNN(K近邻)的SVM多类分类算法-The SVM multi-class classification algorithms studied, summed up the advantages and disadvantages of different classification algorithms. The next paper, based on GA (genetic algorit
KNNC
- 使用K近邻算法分类的代码,可返回分类的识别率-KNN Classification
knn
- knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
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
knn
- k近邻法的线性扫描算法的python详细代码,并附有详细注释-k nearest neighbor linear scanning algorithm python code in detail, along with detailed notes
KNN
- KNN K近邻算法 来自视觉机器学习中的代码-The KNN K Nearest Neighbor algorithm comes the code in the visual machine learning
K近邻_KNN
- matlab的一份K邻近值KNN分类算法(A K neighbor value KNN classification algorithm for matlab)
KNN人脸识别
- 使用KNN算法实现的人脸识别程序,KNN是机器学习里的K最近邻算法。(face recognition of KNN using python)