搜索资源列表
KNN(CSHARP)
- 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file,
text-classification
- 分别使用KNN,NB和SVM算法实现的分本分类的作业,内含数据集合以及详细的实验报告。-Text classification with method of KNN,NB and SVM。
knn
- k最邻近算法,经典的分类算法,绝对有帮助-k-nearest neighbour algorithm,it is a classical algorithm for text cluster
KNN
- 一个介绍KNN文本分类技术的不错的文章,大家都来看看啊-An introductory text classification technology KNN good article, everyone来看看啊
KMEANS
- knn分类模式识别可用于文本挖掘和其他的识别分类,vc代码,-Commission pattern recognition can be used for classification of text mining and other identification classification, vc code-knn classification text mining and pattern recognition can be used to identify the other cate
87361025kmeans(JAVA)
- Knn Classifier that fits to text classification as well.
benti
- knn分类程序,基于matlab开发,能实现对文本的分类,达到很好的分类效果,经过运行成功验证-knn classification procedures, based on matlab development, to achieve the classification of the text to achieve a good classification results, after running successfully verified
KNN0.0_0.0
- 这是用java实现的KNN算法分类器 实现了机器的自动学习与文本自动分类 仅供学习使用-This is a java implementation of the KNN algorithm with classifier achieved the automatic machine learning and text categorization learning to use only
adding_generics-2_4ea
- 实现文本分类 KNN算法 VSN向量容量模型-Text categorization KNN algorithm VSM
Chinese-text-categorization-Study
- 本文通过对Bayes、KNN、SVM 应用于中文文本分类进行比较实验研究。 应用ICTCLAS 对中文文档进行分词,在大维数,多数据情况下应用TFIDF 进行 特征选择,并同时利用它实现了对特征项进行加权处理,使文本库中的每个文本 具有统一的、可处理的结构模型。然后通过三类分类算法实现了对权值数据进行 训练和分类。-Based on the Bayes, KNN, SVM applied to compare the Chinese text ca
finallyliuyuClassifier
- 文本分类软件c++(中科大分词软件+knn分类器)-Text classification software c++ (USTC segmentation software+ knn classifier)
knn
- 文本分类,用KNN方法,通过计算其相似度,找出与它靠近的K个文档。-text classify
KNN
- 本程序是用Matlab编写的用KNN算法解决文本分类问题的程序。-The program is written in Matlab using KNN algorithm to solve the text classification procedures.
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 classification method, for text categorization of the research work
KNN
- KNN算法实现 文本分类,C++实现-KNN text classification
knn
- 分别利用java和C++实现的KNN文本分类算法,每个程序模块都有详细注释-Respectively, the use of java and C++ implementation of KNN text classification algorithm, each program module has detailed notes
KNN
- 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
text-classification
- 文本分类程序,很多的算法集合,还有各个算法的结果比较(Text classification procedures, the set of many algorithms and compare the results of the algorithm)
text classification
- 利用K近邻算法实现的文本分类器 提供分属于20个类别的20000个新闻文本,每个类别含1000个文本。(Text classification using KNN)