搜索资源列表
knn
- 8个采样点的k近邻算法,结果用语言表示 两个类别
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_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
classification
- 灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类-coocurence matrix,using K nearest neighbor to classify textures images.
k-nearests-neighbour
- k-近邻算法 m文件 及其excel示范-this package invulved a m-file example of k-nearest neighbour and its corresponding excel file
k-means
- K近邻算法,对一段数据进行分类,word 说明文档-K nearest neighbor algorithm
KNNPandPneighborhoodPclassifier
- 模式识别knn分类器,matlab代码,k近邻算法-knn classifier ,matlab code
KNN_Matlab
- K近邻分类的Matlab算法,简单,适合初学,验证可用-KNN
k_algorithm
- K近邻算法源程序,很有参考价值。可用于聚类算法的相关应用中。-KNN source
K-nearest
- 关于K近邻算法的详细描述,包括算法原理及应用背景。-K-nearest neighbor algorithm on a detailed descr iption, including algorithm theory and application background.
NNC
- K近邻算法,亲测,可运行,手动输入近邻个数(The nearest neighbor algorithm)
kNN
- 通过k近邻算法实现数字识别,主要包含0-9之间的所有数字。(Digital identification is realized by K nearest neighbor algorithm.)
kNN
- K近邻算法,即是给定一个训练数据集,对新的输入实例,在训练数据集中找到与该实例最邻近的K个实例(也就是上面所说的K个邻居), 这K个实例的多数属于某个类,就把该输入实例分类到这个类中(K nearest neighbor algorithm function)
knn
- K近邻算法用于特征提取后的分类,是一种常用分类算法,欢迎各位指正(K nearest neighbor algorithm for classification)
K近邻算法
- 此处用python实现机器学习k近邻算法(Implementation of k nearest neighbor algorithm for machine learning)
KNN python
- 关于K近邻算法的简单实现和一些例子,其中包括手写数字的识别(Simple implementation of K nearest neighbor algorithm and some examples)