搜索资源列表
中文网页自动分类器
- 利用knn算法实现了一个中文网页自动分类器, 包括网页预处理,ictclas中文分词,基于tf-idf的文本特征表示,基于df的特征选取和基于knn的分类算法,最后通过struts2框架web发布
classification
- 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
knn
- knn分类器的设计源程序,经过测试能事功能-knn classifier design source, function tested wiles
kNN
- 一种常用的分类器,常用于人脸识别、掌纹识别等模式识别领域。 -A common classification, commonly used in face recognition, palmprint recognition, pattern recognition.
knn
- C语言K近邻分类器KNN,有5个简单的例子供学习-knn classifier in C,5 simple examples are included
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.
kNearestNeighbors
- 一个简单实用的K紧邻分类器 -KNN
Whole_Between
- KNN分类器,此分类器在模式识别中应用的相当广泛,他是整个模式识别过程中至关重要的一环-KNN classifier, this classifier in the application of a wide range of pattern recognition, he is vital to the whole pattern recognition process of a part
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.
finallyliuyuClassifier
- 文本分类软件c++(中科大分词软件+knn分类器)-Text classification software c++ (USTC segmentation software+ knn classifier)
Linear-classifier
- 线性分类器,线性分类器设计步骤,感知器准则,knn分类器等-Linear classifier, linear classifier design steps, perceptron criterion, knn classifiers
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) The test set is semeion_test
kNN
- knn分类器, 机器学习实战第二章代码,k最近邻分类,适用于低维数据的分类器(classifier (KNN algorithm))