搜索资源列表
MatlabNNR
- matlab 下基于近邻函数值法则的聚类算法-Matlab-based neighbor function of the clustering algorithm rules
KNN(C++)
- knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-knn, k-nearest neighbor pattern recognition algorithm is a relatively simple and classic classification algorithm
MLkNN
- 数据挖掘领域中的一种算法-ML-KNN是一种改进的最近邻算法-Data Mining in the area of an algorithm-ML-KNN is an improved nearest neighbor algorithm
KNN
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
code_knn
- K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
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
KNN
- 自己的模式识别的作业,matlab实现k近邻算法。-K-Nearest Neighbour algorithm
knn
- K近邻算法在MATLAB中的通过编写代码来实现的样例-K nearest neighbor algorithm in MATLAB by writing code in the sample achieved
KNN_Matlab
- K近邻分类的Matlab算法,简单,适合初学,验证可用-KNN
4
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K neighbor algorithm (KNN) of matlab source code, and the program is clear and easy to read
8
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K neighbor algorithm (KNN) of matlab source code, and the program is clear and easy to read
kNN
- 用matlab实现K近邻算法,用于数据挖掘的分类-K-nearest neighbor algorithm for the classification of data mining using matlab
srknn
- 自己用matlab编写实现的一个k近邻算法,并有训练和测试数据,能运行。附有注释,简单清晰。-a k-nearest neighbour algorithm developped using matlab.
KNN-matlab
- k近邻的两种改进算法,采用matlab实现,使得算法效率有了较大提高。-two methods for knn,both of them are run in matlat.
KNN
- k近邻算法的matlab程序实现,注释详尽,通俗易懂,适合初学者-matlab s program of k-nearest algorithm
8888458knn
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
Nearest-neighbor-classifier
- 本程序实现了最近邻分类器的K近邻算法。实现方式是使用matlab-This program implements a nearest neighbor classifier K-nearest neighbor algorithm. Implementation using matlab
Ch02
- K近邻算法matlab实现,实例:K近邻算法改进网站的配对效果。-Classifying with k-Nearest Neighbors
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