搜索资源列表
knn
- knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the output for the classification.
KNN
- matlab code for PDF estimation by KNN method for 1 dimensional and 2 dimensional data
knn
- KNN algorithm of matlab version.
KNN
- 这是一个KNN聚类程序,大家共同学习,希望对大家有帮助!-This is a KNN clustering procedure, we learn together, we hope there is help!
knn
- K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。-k-Nearest Neighbor algorithm
knn
- this a program that combine knn classifier with PCA to classify vehicle data set.-this is a program that combine knn classifier with PCA to classify vehicle data set.
knn
- 这是一个完善的KNN算法。算法清晰,备注明确,分类效果良好。-This is a perfect KNN algorithm. Algorithm is clear, clear notes, a good classification results.
kNN
- KNN分类方法,用于文本分类工作的研究。-KNN classification method, for text categorization of the research work
KNN算法代码(matlab)
- 本实验中的KNN分类算法采用Matlab语言实现。 主函数“knnClass.m”读取训练和测试的数据文件,然后调用knn函数进行分类运算,并使用图像的形式将分类结果显示出来。(The KNN classification algorithm in this experiment is realized by Matlab language. The main function "knnClass.m" reads the training and test data fil
KNN Matting
- KNN算法实现的抠图程序,包含数据集,使用了KD树实现KNN(KNN algorithm to achieve the matting process, including data set)
knn所涉及
- KNN是通过测量不同特征值之间的距离进行分类。它的的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。K通常是不大于20的整数。KNN算法中,所选择的邻居都是已经正确分类的对象。该方法在定类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。(NN is classified by measuring the distance between the different eigenvalues. It is
KNN
- 实现KNN算法,有数据,可运行,并且对KNN中的参数进行调试(KNN algorithm, data, can run,And debugging the parameters in KNN)
knn-MATLAB
- 这是一个实现简单的多数表决法的KNN算法。KNN算法涉及三个重要的步骤,分别是决定K的大小;距离的表达方法(一般有欧式距离,曼哈顿距离,Minkowski距离);决策方法(多数表决法,KD树法等)。本程序是采用多数表决的决策方法,距离表达采用欧式距离。适用于小样本少特征的数据集。(KNN algorithm realized by MATLAB, useful for small training set and less features.)
KNN
- KNN算法的matlab实现,包含原始数据(matlab code of KNN in machine learning)
KNN
- UJIndoorLocold中基于KNN楼层定位,建立3维数据图(UJIndoorLocold based on KNN floor positioning, the establishment of 3 dimensional data map)
2、KNN学习
- KNN算法MATLAB仿真,KNN算法是经典的分类算法,是机器学习的基础算法(KNN algorithm, MATLAB simulation)
KNN
- K近邻原理MATLAB代码程序,很详细,很实用,可以直接用(knn matlab matlab code)
KNN
- knn的核心算法,包含knn的各种实现,并且附带了python版本(main part of knn programe)
knn
- 这是一个普通的室内定位knn算法,里面含有程序需要的指纹数据库,(This is an ordinary indoor positioning KNN algorithm)
KNN
- KNN 代码 matlab 实现(KNN code matlab)