搜索资源列表
weka-src.rar
- Weka,一个数据挖掘工具。功能包括:分类、聚类和关联规则等等。这是该开源软件的源代码,版本为3.5.7,Weka, a data mining tool. Features include: classification, clustering and association rules, etc.. This is the open source software source code, version 3.5.7
c45.rar
- 这是数据挖掘中c4.5分类算法的vc++源码。,This is a data mining algorithm c4.5 classification of vc++ source code.
matlabcart
- 决策树分类法,通过决策树分类方法将数据集分类,传统的数据挖掘方法。-Decision tree classification, classification by decision tree classification data sets, the traditional data mining methods.
bpalgorithm1
- BP算法的C语言实现,可用于函数逼近,分类,数据挖掘应用等-BP algorithm C language can be used to function approximation and classification, data mining applications
1
- D3的源码决策树最全面最经典的版本.id3决策树的实现及其测试数据.id3 一个有用的数据挖掘算法,想必对大家会有所帮助!id3算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-D3 of the source tree the most comprehensive version of the most classic. Id3 decision tree and its test data. Id3 a useful data mining algorit
SVM
- 支持向量机是一种有效率数据挖掘分类工具,它做为预处理工具使用-Support vector machine is an efficient classification of data mining tools, which tools to use as a pretreatment
sujuwajue
- 数据挖掘考试准备的算法源码,包含Aporio算法,K均值算法,层次分类算法,内含有使用说明,经过考试和实验通过。-Examination of data mining algorithms to prepare the source, including Aporio algorithm, K-means algorithm, hierarchical classification algorithm, after the adoption of examination and experime
libsvm-2.9
- 文本分类工具libsvm-2.9.zip 信息检索和数据挖掘的中用到的工具包, 里面有C++、JAVA、Python等多个语言版本-Libsvm-2.9.zip text classification tool for information retrieval and data mining tools used in the package, inside C++, JAVA, Python and other languages
UncertainDataClassfication
- 数据挖掘决策树,用于非确定性数据的分类,参照国际论文写的-decision tree for uncertain data
MailClassifier
- 这是一个对数据挖掘方面的分类程序,本程序主要是对垃圾邮件进行分类-This is a data mining classification procedure, this procedure is mainly to classify spam
57578895BAYES
- 用基于贝叶斯的的方法对文本进行分类主要用于数据挖掘领域-Using the method based on Bayesian text classification is mainly used for data mining
Naive-Bayesian-Data-Classification
- 数据挖掘基于朴素贝叶斯分类算法实现 该类是训练集的类-Data mining based Bayesian classification algorithm to achieve
foilPrmCpar
- 本程序使用Java环境进行开发,实现了数据挖掘中的关联分类算法(Associative Classification),源码中涵盖了FOIL分类方法的实现。-This project is written in JAVA, and implements the algorithm of Associative Classification in Data Mining. Furthermore,it includes the codes of Foil Algorithm in Machine
lmygf98
- matlab关于数据挖掘分类的算法,id3,c45,cart,sliq,调试运行成功,推荐下载,(Matlab for data mining classification algorithm, id3, c45, cart, sliq, the operation is successful, recommend download,)
贝叶斯分类ppt
- 贝叶斯分类,主要是数据挖掘以及人工智能的相关知识,基础知识(The basic knowledge of learning data mining and artificial intelligence is mainly clustering)
MC
- 大数据挖掘,随机森林算法,可用于分类,特征向量选择等等。(random forest ,data minning)
Python中的数据挖掘(情感标记句)
- 这些代码实例创建了一个有效的、可执行的原型系统:一个使用“0”(负面情绪)或“1”(正面情绪)对产品的评论("评论的情感分类"的英文)进行分类的app。(These code instances create an effective and executable prototype system: a app that uses "0" (negative emotion) or "1" (positive mood) to comm
KNN方法
- 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(The adjacent algorithm, or the K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in the data mining classification technique)
数据挖掘实验1
- 这个实验报告完成数据的预处理和分类操作,用数据挖掘完成中医的药材分类和提炼,是方剂学的的有关的药材种类的提取。(This report is about data mining, it can classify the different kinds of medicine.)
逻辑回归
- 根据标签,完成SVM下的多分类数据识别,数据可以是字符或者信号,可以达到较高的识别精度(The multi-classification data recognition under SVM was completed)