Description: C语言设计案例源代码,算法等等C语言设计案例源代码,算法-C language source code case design, algorithm, etc. C language source code case design, algorithm, etc. Platform: |
Size: 2934 |
Author:唐爱六 |
Hits:
Description: 这是决策树C4.5算法的java版源码。希望大家能喜欢,愿共同分享!-Decision Tree Algorithm C4.5 java version of the source code. Hope you will like it is willing to share! Platform: |
Size: 1024 |
Author:gosiger |
Hits:
Description: 数据挖掘课中的一个算法c4.5决策树源码,只要有相应的测试文件就可以了-Data mining courses in a decision tree algorithm c4.5 source code, as long as the corresponding test file on it Platform: |
Size: 140288 |
Author:王俊杰 |
Hits:
Description: C4.5算法源码,c4.5是ID3算法的改进,本资料十分全,希望对大家有帮助-C4.5 algorithm source code, c4.5 ID3 algorithm is improved, the information is very full, we want to help Platform: |
Size: 1024 |
Author:二毛 |
Hits:
Description: C4.5源代码,为数据挖掘中的C4.5的详细源代码,可以生成决策树-C4.5 source code, as in the C4.5 data mining details the source code, you can generate decision trees Platform: |
Size: 5120 |
Author:joyna |
Hits:
Description: C4.5版本决策树程序源代码,简单易懂,队初学数据挖掘者有个很好的参考价值。-C4.5 decision tree version of the source code, easy to understand, the team novice data miners have a good reference value. Platform: |
Size: 913408 |
Author:jcy |
Hits:
Description: C4.5 算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:
1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;
2) 在树构造过程中进行剪枝;
3) 能够完成对连续属性的离散化处理;
4) 能够对不完整数据进行处理。
C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。-The design and implementation of C4.5 and source code,C4.5 algorithm is a classification of the decision tree algorithm of machine learning algorithms, the ID3 algorithm is the core algorithm. Platform: |
Size: 2048 |
Author:李菲 |
Hits: