搜索资源列表
matlab K近邻分类法
- matlabK近邻法实现
knn_matlab.rar
- knn—k近邻准则matlab实现,适合初学者,knn-k neighbors to achieve the criteria matlab
2rar.rar
- 用matlab写的最近邻和K近邻法分类器,简单易懂,适合初学者,Written with matlab and K-NN nearest neighbor classifier, easy to understand for beginners
knn.kmeans.fisher
- 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
KNN_Classifier
- 一个matlab环境下的k近邻分类器,代码中有详细的注释说明,使用方便.-K-Nearest-Neighbor-Classifier MatLab Code
KNN
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
KNN
- 自己的模式识别的作业,matlab实现k近邻算法。-K-Nearest Neighbour algorithm
code_knn
- K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
knn
- k近邻问题,我自己做的,效果有保证,还有测数据-k neighbor problem, I do, the effect is guaranteed, as well as measured data
ClassifyHomework
- 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
knn_demo
- k近邻算法(knn, k nearest neighbor)-k nearest neighbor (knn, k nearest neighbor)
knearest
- MATLAB 小程序,可以实现模式识别中的K近邻算法,已经运行成功,附运行程序结果-MATLAB small programs can be achieved in the K-nearest neighbor pattern recognition, has been running successfully run the program attached to the results of
knniris
- 模式识别中的k近邻算法,用matlab编写,希望对大家有所帮助-K-nearest neighbor algorithm for pattern recognition with matlab write, we want to help
KNNPandPneighborhoodPclassifier
- 模式识别knn分类器,matlab代码,k近邻算法-knn classifier ,matlab code
KNN_Matlab
- K近邻分类的Matlab算法,简单,适合初学,验证可用-KNN
K近邻互信息计算程序
- matlab用于计算K近邻互信息量程序,多变量相关性(K nearest neighbor mutual information computing program)
实验程序
- 适用于对模式识别感兴趣的同学,是K近邻的MATLAB源码,希望对你有帮助,这个代码可以直接运行,你可以更改自己感兴趣的参数。(For students who are interested in pattern recognition, they are MATLAB codes for K nearest neighbors. I hope they can help you. This code can run directly, you can change the parameters
KNN_demon
- 最近邻法语k近邻法的例子,基于matlab平台,有助于初学者学习。(The recent example of the nearest neighbour approach to French K, based on the MATLAB platform, helps beginners to learn.)
k-nn
- k-nn算法 K-NN算法 ( K Nearest Neighbor, K近邻算法 ), 是机器学习中的一个经典算法, 比较简单且容易理解. K-NN算法通过计算新数据与训练数据特征值之间的距离, 然后选取 K (K>=1) 个距离最近的邻居进行分类或者回归. 如果K = 1 , 那么新数据将被分配给其近邻的类.(k-nnK - NN algorithm (K on his Neighbor, K Nearest Neighbor algorithm), is a classical al
k-近邻点估计点云法向量
- 利用matlab实现k-近邻点估计点云法向量求解,(Matlab is used to solve the normal vector of k-nearest neighbor point cloud.)