搜索资源列表
KNNalgorithm
- K-Nearest neighbour algorithm-K - Nearest neighbor algorithm
knn
- k最邻近算法,经典的分类算法,绝对有帮助-k-nearest neighbour algorithm,it is a classical algorithm for text cluster
KNN
- 自己的模式识别的作业,matlab实现k近邻算法。-K-Nearest Neighbour algorithm
k-nearests-neighbour
- k-近邻算法 m文件 及其excel示范-this package invulved a m-file example of k-nearest neighbour and its corresponding excel file
NN-java
- Java code of Nearest Neighbour s algorithm (K-NN)
srknn
- 自己用matlab编写实现的一个k近邻算法,并有训练和测试数据,能运行。附有注释,简单清晰。-a k-nearest neighbour algorithm developped using matlab.
vincentfpgarcia-kNN-CUDA-70dc929
- KNN algorithm source code which allows you to find the k nearest neighbour.
K---nearest-neighbour-classifier
- 采用快速K近邻与Kmeans聚类算法来计算前K个近邻,舍弃了一部分不可能成为待测样本的前K个近邻的训练样本,从而减少了计算量,提高了分类速度-Fast K-nearest neighbor Kmeans clustering algorithm to calculate the K nearest neighbors, abandoning the training samples of the part can not become the first K neighbors of the t
kjinlin
- K最近邻(k-Nearest Neighbour,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K neighbor algorithm
KNN-with-fuzzy
- K Nearest Neighbour with fuzzy algorithm
KNN
- Full Source code of K Nearest Neighbour algorithm to classified data of k object as decision support system