搜索资源列表
c4.5
- 数据挖掘算法中,有关决策树算法c4.5的实现,c4.5是在ID3基础上实现的,有这比id3还好的功能-Data mining algorithms, the decision tree algorithm c4.5 realization, c4.5 is based on ID3, with this function better than id3
BigTree2
- 该代码是数据挖掘里面的决策树算法 利用ID3理论,通过对训练数据的分析判断,计算出各个数据的其它对目标属性的重要程度,即计算出每个其它数据的信息增益值来将训练数据逐步分类,最后得出目标分类,从而实现决策树的生成过程。最后即可利用此决策树来对新的数据进行测试,判断其目标属性的可能值。-The data mining code is inside the ID3 decision tree algorithm using the theo
dssTree
- ID3决策树算法的JAVA实现:ID3算法是机器学习中的一种分类方法,本例子用java构建多叉树来实现id3算法。-ID3 Decision Tree Algorithm JAVA realize: ID3 machine learning algorithm is a classification method, the example of using java to build a multi-tree algorithm id3
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. Id
datamining
- 数据挖掘中的决策树算法。c4.5,用C语言写的。比较全面。-c4.5
tree
- 决策树算法的matlab实现,主要适用的是id3 算法思想-Decision Tree Algorithm to achieve the matlab main id3 algorithm is applicable to thinking
ML_decisiontree
- 实现ID3决策树算法,支持连续属性值和缺失数据属性值-ID3 Decision Tree algorithm
id3c
- Id3的实现求决策树算法代码 -求决策树算法代码求决策树算法代码
ID3JueCheTree
- 人工智能ID3决策树算法的实现,使用了MFC编程,既有算法又有界面。-Artificial Intelligence ID3 decision tree algorithm, use the MFC programming, both algorithm and interface.
ID3usingC
- ID3决策树算法的C语言实现-ID3 Decision Tree Algorithm in C language implementation
id3matlab
- id3算法用MATLAB实现决策树分类器程序。-id3 decision tree!
id3
- 实现决策树的id3算法,还有其他的算法在里面。-Id3 decision tree algorithm to achieve, there are other algorithms in it.
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * D
ID3(MATLAB)
- ID3决策树算法,实现不同条件下数据的分类-ID3 decision tree algorithm, the classification of data under different conditions
id3
- ID3决策树算法的实现,3个测试用例,源码以及程序-ID3 decision tree algorithm, three test cases, source code and program
ID3
- ID3算法是机器学习部分的重要算法,程序实现ID3算法的基本思想,生成决策树。-ID3 algorithm is an important part of machine learning algorithms, the program to achieve the basic idea of ID3 algorithm to generate decision trees.
ID3-java-
- ID3决策树算法的JAVA实现.详细的实现过程:熵值条件熵,节点选择等。-ID3 decision tree algorithm JAVA implementation. Detailed implementation process: entropy conditional entropy, the node selection.
ID3.m
- 机器学习经典决策树算法的实现 输入训练标签输出预测结果-the classificial machine learning algorithm, input label and traning set and get predictions
决策树
- 决策树id3算法matlab代码,已调试,根据需要改写main函数,实现数据分类功能(code for decision tree)
ID3决策树
- Java实现用ID3算法构建决策树(Java implementation using ID3 algorithm to build decision tree)