搜索资源列表
中文网页自动分类器
- 利用knn算法实现了一个中文网页自动分类器, 包括网页预处理,ictclas中文分词,基于tf-idf的文本特征表示,基于df的特征选取和基于knn的分类算法,最后通过struts2框架web发布
MATLABArsenal
- 一个matlab的工具包,里面包括一些分类器 例如 KNN KMEAN SVM NETLAB 等等有很多.-a Matlab tool kits, including some inside classifier for example KNN KMEAN SVM NETLAB etc. plenty.
KNN_01
- C++实现KNN文件分类器的源码 很好的东西-C achieve KNN document is classified source of good things
knnclassification
- knn分类器算法(matlab源代码),供大家学习-KNN classifier algorithm (matlab source code) for everyone to learn
knnt
- knn分类器,是数字图像处理与处理中经常使用到的一种分类方法!-KNN Classifier is the digital image processing and handling are often used as a classification method!
KNN
- KNN最近邻分类器和预测器,数据挖掘课程上的作业-KNN nearest neighbor classifier and prediction, data mining courses on the operation
classification
- 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorith
knn
- knn分类器 基于Visual Basic实现-knn classifier implementation based on Visual Basic
knn
- KNN 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏
KNN
- 我用VC++编写的KNN分类器,希望对同学们的学习有帮助。-I use VC++ to prepare the KNN classifier, in the hope that the learning of students there to help.
knn
- C语言K近邻分类器KNN,有5个简单的例子供学习-knn classifier in C,5 simple examples are included
face
- 人脸识别程序,采用的是knn分类器,基于类内类间距离准则,特征提取。-Face recognition process, using the knn classifier, based on within-class inter-class distance criteria, feature extraction.
pca_knn
- 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
KNN-Simple-Mail-classifier
- JAVA语言编写的KNN简单邮件分类器 实现了邮件的自动分类-JAVA language of the KNN classifier Simple Mail
KNN
- 使用matlab实现的KNN分类器,可以设置最近邻的个数-Implemented using the KNN classifier matlab, you can set the number of nearest neighbor
knn分类
- 进行K近邻分类器的编写,与k近邻分类器的测试(K nearest neighbor classifier, and K nearest neighbor classifier test)
NMF
- 使用NMF和KNN分类器实现对高维图像的降维处理(use NMF and KNN for high dimensional image)
KNN分类器
- 一、用python或matlab编写一个KNN分类器 训练集为semeion_train.csv(手写体识别) 测试集为semeion_test.csv 计算在测试集上错误率(k=1,k=3,k=5,k=10) ?(1. Write a KNN classifier with Python or matlab Training set is semeion_train.csv (handwriting recognition)
kNN
- knn分类器, 机器学习实战第二章代码,k最近邻分类,适用于低维数据的分类器(classifier (KNN algorithm))
KNN_Classifier
- 用MATLAB实现的分类器,算法为KNN,分类效果较好。文件中提供了相关的测试集。(MATLAB classifier, the algorithm for KNN, classification effect is better File to provide the related test set )