搜索资源列表
knn
- 在visual basic环境下,实现k-nearest neighbor算法。-in visual basic environment, achieving k-nearest neighbor algorithm.
Digit-recognizer---knn-a-svm
- matlab中分别使用knn(k近邻)与svm(支持向量机)实现的对手写数字识别的二分类器-Digit recognizer(KNN and SVM) developed in matlab
KNN
- KNN clustering with php
KNN
- K Nearest Neighbor algorithm Implementation and Overview
KNN
- Knn算法综述、柔性KNN算法研究、一个高效的knn分类算法、一种改进的KNN分类算法、一种优化的K最近邻协同过滤算法。-Algorithms Knn, flexible KNN algorithm, an efficient knn classification algorithm, an improved KNN classification algorithm, an optimized K-nearest neighbor collaborative filtering algorith
10Algorithms-08
- This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
knnsearch_data
- knn search data algorithm to classify data in an supervised way
knn
- kNN算法c++实现及算法简介 附测试用例 附说明ppt-kNN algorithm and the algorithm c++ Implementation Note About attached test case attached ppt
KNN
- 源码完成了对数据的K近邻分类,并且可以计算正确率-Source completed the K-nearest neighbor classifier on the data and can calculate the correct rate
Bayes-KNN
- 基于贝叶斯-KNN文本分类算法的设计与实现。 是贝叶斯和KNN两种分类算法的结合。-Bayesian-KNN text categorization algorithm design and implementation. Bayes and KNN is a combination of two kinds of classification algorithms.
knn
- knn实现,详细的最近邻算法的实现方法,简单易懂-knn achieve detailed nearest neighbor algorithm, easy to understand
knn
- une petite application qui utilise l algorithme KNN (KPPV) en utilisant le fichier iris comme l ensemble initial a small application that uses the KNN algorithm (kNN) file using the iris as the initial set
KNN
- Algorithm KNN programming in Java
KNN-TOPN
- 以movielens为数据集写的TOP—N推荐系统,基于KNN算法-Write to movielens dataset TOP- N recommendation system, based on KNN algorithm
kNN
- kNN分类算法——将没有分类标签的数据与样本集合中所有的数据一一进行距离计算, 然后提取最相似的K个数据,这个K个数据中分类标签出现最多的分类就是新数据的分类标签。 优点:简单有效,缺点:耗费存储空间,非常耗时,无法给出任何数据的结构信息。 这个程序是采用python缩写,注释比较多,自己加的-kNN classification algorithm: no data and sample collection of all data classification labels on
KNN
- 数据挖掘中的经典算法,机器学习领域常用的KNN临近学习算法,可用于文本向量分类等用途。-Classical data mining algorithms, machine learning algorithms commonly used KNN approaching learning can be used for text vector classification purposes.
knn.tar
- KNN是采用分而治之方法计算K-最近图论的快速算法程序-KNNis is a fast algorithm for computing K-nearest neighbors graphs
Knn
- KNN algorithm for matlab
MLT Assignment 1 code
- Iris Data set with knn and basyain classifier techniques
knn
- 采用KNN(K邻近算法),用matlab平台实现的分类预测算法(Using KNN (K adjacent algorithm), using matlab platform to achieve the classification prediction algorithm)