搜索资源列表
NeC45
- 这是我从weka主页上下载的一个c4.5算法的改进算法,里面附有readme文件,只有算法的主体,大约600行代码-weka from the home page to download an algorithm Bank improved algorithm inside with the readme file, only the main algorithm, about 600 lines of code
c45.rar
- 这是数据挖掘中c4.5分类算法的vc++源码。,This is a data mining algorithm c4.5 classification of vc++ source code.
c4.5java
- 决策树分类算法,c4.5,java语言进行描述的-Decision tree classification algorithm, c4.5, java language described
Baggingboostingandc45
- 模式识别bagging boosting c4.5算法-Bagging boosting c4.5 algorithm for pattern recognition
111186726c4.5-win
- 由于ID3算法在实际应用中存在一些问题,于是Quilan提出了C4.5算法,严格上说C4.5只能是ID3的一个改进算法。-Because of ID3 algorithm in practical applications, there are some problems, so Quilan proposed algorithm C4.5, C4.5 strictly speaking can only be an improved algorithm ID3.
matlab-C4.5
- C4.5 决策树算法源码。C4.5决策树是决策树领域的经典算法。以其为内容的书籍引用率已经达到一万次以上-C4.5 decision tree
Discover
- 一个相对很完善的数据挖掘系统(少部分功能欠缺),不仅包括了按类Association(内含Apriori,C4.5,GrowTree),Classification(ID3),Cluster划分常用的算法及个人优化后的算法。同时包含了多种数据源(MS Access,Excel,SQL Server,TEXT)的界面直接连接方式。界面方面更像一个专业的系统,采用了类VC浮动多框架界面,也可以作为界面编程的参考。这个工程的分数和其他小工具的分数一样,感觉亏大了:)-A relatively well
DataMining
- 数据挖掘c4.5算法实现,实现简单相似判别.-Data Mining c4.5 algorithm to achieve simple and similar to distinguish.
C4.5
- c45决策树算法,其中输出结果为正确分类率、错误分类率和不可识别率,由c++编写-c45 decision tree,c++
c4.5suanfa
- 数据挖掘课中的一个算法c4.5决策树源码,只要有相应的测试文件就可以了-Data mining courses in a decision tree algorithm c4.5 source code, as long as the corresponding test file on it
C45
- 关于数据挖掘领域c4.5算法展示与改进的一片论文-C4.5 algorithm on data mining areas and improvement of a piece of paper showing
Cc45zip4
- 决策树c4.5算法的c++实实现 希望对大家有用可直接使用。 -The decision tree c4.5 algorithm c++ implemented to achieve the hope that useful can be used directly.
C4.5_all
- 网上下载的一些C4.5算法的程序,很不错,分享一下-Download C4.5 algorithm procedures, very good share
C4.5
- C4.5 算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进: 1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足; 2) 在树构造过程中进行剪枝; 3) 能够完成对连续属性的离散化处理; 4) 能够对不完整数据进行处理。 C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描
C4.5
- C4.5决策树算法java实现,未实现截枝部分-decision tree algorithm
C4_5
- C4.5算法,优秀的决策树算法,由于求解特征分类问题(C4.5 algorithm, an excellent decision tree algorithm, especially for the problem of feature classification)
C4_5
- 决策树分类算法C4.5的matlab代码实现,可返回训练集和测试集的结果,有详细注释(classification tree)
08060888
- 实现了C4.5算法的全部功能,并包括设计文档和源程序。(It implements all the functions of the C4.5 algorithm and includes the design of documents and source programs.)
train_C4_5
- matlab编码实现C4.5算法的分类问题,完整代码(Classification of C4.5 algorithm by coding)
C4.5
- 使用matlab实现C4.5决策树算法核心(Implementing the Core of C4.5 Decision Tree Algorithms with MATLAB)