搜索资源列表
c4.5算法数据(VC VERSION)
- 数据挖掘c4.5算法(vc语言版本)欢迎大家下载测试!!!! - The data mining c4.5 algorithm (vc language edition) welcome everybody downloading test! ! ! !
C4.5-C
- 这是数据挖掘分类算法中的C4.5算法的C实现版本,为Linux下的,希望对大家有所帮助。-This is the classification of data mining algorithms to the C4.5 algorithm to achieve the C version of Linux. We want to help.
c4.5.rar
- 决策树c4.5算法的c++实现 希望对大家有用,C4.5 decision tree algorithm c++ to achieve useful for all of us hope
c4.5
- 决策树关联规则比较经典的算法,通常一下大型的应用项目使用,因为其稳定,实用!-Comparison of the classical association rules decision tree algorithm, usually about the use of large-scale application projects, because of its stability, and practical!
c4.5java
- 决策树分类算法,c4.5,java语言进行描述的-Decision tree classification algorithm, c4.5, java language described
C4_5.m
- his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the poss
Baggingboostingandc45
- 模式识别bagging boosting c4.5算法-Bagging boosting c4.5 algorithm for pattern recognition
C4.5
- 决策树算法C4.5源码, The directory Data contains some sample datasets. Many interesting data collections are maintained by the University of California, Irvine, in a data repository-C4.5 decision tree algorithm source, The directory Data contains so
C4.5_New
- c4.5算法的实现及调用说明,包括参考文献 和网络上的一些论文-Implementation of c4.5 algorithm and the instruction to use it
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
c4-5
- c4.5 algorithm in matlab
Kode-Program-Algoritma-C4.5
- C4.5 is an algorithm used to generate a decision tree. C4.5 is an extension of Quinlan s earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often referred to as a statistical class
C4.5
- 这是决策树算法C4.5的源代码!是用vc编写的,内容比较详细。-this is a source code of C4.5 algorithm!
C4.5
- 决策树经典学习算法,C4.5算法是ID3算法的改进,加上了子树的信息,因素属性的值可以是连续量,训练例的因素属性值可以是不确定的,对已生成的决策树进行裁剪,减小生成树的规模.-Decision tree learning algorithm of C4.5 algorithm is the classic, the improved ID3 algorithm, coupled with the subtree of the information, the factor attribute v
C4.5-by-CPP
- win下C++实现C4.5算法,图形界面具有测试功能.采用悲观后剪枝,使用增益比进行连续属性离散化.-Win C++ C4.5 algorithm under realization, graphic interface with test function. After the pessimistic pruned, use than to gain discretization.
The-introduction-of-C4.5-algorithm
- 介绍C4.5的文章,有详细的例子,对理解算法很有帮助-The article introduces C4.5, detailed examples, helpful to understand the algorithm
c4.5-C
- The aim of this article is to show a brief descr iption about the C4.5 algorithm, used to create Univariate De- cision Trees. We also talk about Multivariate Decision Trees, their process to classify instances using more than one attribute per node i
c4.5
- python编写的c4.5算法实现,含数据读入和正确率计算,非常直观,含代码注解(The implementation of the C4.5 algorithm written by python, which contains data reading and correct rate calculation, is very intuitive and contains code annotation.)
决策树C4.5算法matlab源代码(完美运行)
- 可以完美的实现用于统计学习的算法C4.5分类,完整的matlab程序(Classification of algorithm C4.5 for statistical learning)
matlab实现的C4.5分类决策树算法
- C4.5决策树分类算法,用于进行数据分类(Classification algorithm)