搜索资源列表
knn 不错的分类程序
- 基于MATLAB开发的,是一个不错的分类程序!,MATLAB-based development is a good classification procedure!
knn_matlab.rar
- knn—k近邻准则matlab实现,适合初学者,knn-k neighbors to achieve the criteria matlab
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
- k Nearest Neighbor matlab code
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实现k近邻算法。-K-Nearest Neighbour algorithm
KNN
- matlab code for PDF estimation by KNN method for 1 dimensional and 2 dimensional data
knn
- KNN algorithm of matlab version.
KNN_Matlab
- KNN classification algorithm
classification
- 灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类-coocurence matrix,using K nearest neighbor to classify textures images.
Classifier_K_NN_f
- 利用matlab,knn最近邻分类算法,可直接调用-Using matlab, knn nearest neighbor classification algorithm can be directly invoked
knn
- K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。-k-Nearest Neighbor algorithm
knn
- code of implementing the K-Nearest Neighbor method
knn
- 这是一个完善的KNN算法。算法清晰,备注明确,分类效果良好。-This is a perfect KNN algorithm. Algorithm is clear, clear notes, a good classification results.
Knn
- MATLAB 聚类和近邻搜索模块代码如下-MATLAB clustering and nearest neighbor search module code is as follows
kNN
- KNN分类方法,用于文本分类工作的研究。-KNN classification method, for text categorization of the research work
knn
- 这个是一个matlab knn 算法。很好的,可以跑的。-This is a matlab knn algorithm. Well, you can run.
KNN-classifier
- 用matlab实现KNN算法 用matlab实现KNN算法 -using matlab to implement K-Nearest Neighbour classification. matlab matlab matlab matlab matlab KNN KNN KNN KNN KNN KNN KNN KNN KNN KNN KNN
基于用户的协同过滤推荐算法MATLAB
- 此代码为一个基于协同过滤的推荐算法,为基于用户的KNN协同过滤,由MATLAB实现,并计算MEA和RMSE
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
