搜索资源列表
-
0下载:
knn算法,一种基于matlab的模式识别算法,使用分类识别。-KNN algorithm based on matlab, the pattern recognition algorithm, the use of classification and identification.
-
-
0下载:
自己的模式识别的作业,matlab实现k近邻算法。-K-Nearest Neighbour algorithm
-
-
1下载:
K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
-
-
0下载:
用matlab实现的算法,速度非常快,是knn的经典算法。-The realization of the algorithm using matlab, very fast, is a classic knn algorithm.
-
-
0下载:
KNN algorithm of matlab version.
-
-
0下载:
包含模式识别里很多函数的实现,分类器,KNN算法等,对学习者很有帮助-Include pattern recognition where a lot of function implementation, classifier, KNN algorithm, useful for learners
-
-
0下载:
寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially
-
-
2下载:
K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。-k-Nearest Neighbor algorithm
-
-
0下载:
KNN algorithm on IRIS data using matlab
-
-
0下载:
These are knn algorithm documentations-These are knn algorithm documentations...
-
-
1下载:
这是一个完善的KNN算法。算法清晰,备注明确,分类效果良好。-This is a perfect KNN algorithm. Algorithm is clear, clear notes, a good classification results.
-
-
0下载:
KNN算法的matlab实现,包含main文件和训练样本-KNN algorithm matlab implementation, including the main documents and training samples
-
-
1下载:
KNN算法实现的抠图程序,包含数据集,使用了KD树实现KNN(KNN algorithm to achieve the matting process, including data set)
-
-
0下载:
实现KNN算法,有数据,可运行,并且对KNN中的参数进行调试(KNN algorithm, data, can run,And debugging the parameters in KNN)
-
-
1下载:
这是一个实现简单的多数表决法的KNN算法。KNN算法涉及三个重要的步骤,分别是决定K的大小;距离的表达方法(一般有欧式距离,曼哈顿距离,Minkowski距离);决策方法(多数表决法,KD树法等)。本程序是采用多数表决的决策方法,距离表达采用欧式距离。适用于小样本少特征的数据集。(KNN algorithm realized by MATLAB, useful for small training set and less features.)
-
-
1下载:
KNN算法MATLAB仿真,KNN算法是经典的分类算法,是机器学习的基础算法(KNN algorithm, MATLAB simulation)
-
-
0下载:
KNN演算法,應用於matlab
簡單易懂,能讓人快速上手(KNN algorithm, used in matlab
Easy to understand, quick to get started)
-
-
0下载:
KNN算法的matlab实现,适合算法初学者,可加深对其的理解(Matlab implementation of KNN algorithm)
-
-
2下载:
通过knn算法实现的WiFi指纹定位,含代码和原始数据,可直接运行,用于学习参考(WiFi fingerprint localization implemented by KNN algorithm, including code and raw data, can be directly run for learning reference.)
-
-
4下载:
matlab 实现鸢尾花数据集的KNN算法(Matlab implementation of KNN algorithm)
-