Location:
Search - c4.5 with c
Search list
Description: 用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。-achieve with the Decision Tree Algorithm, windows environment, and I hope to learn from data structures and algorithms friends help.
Platform: |
Size: 149316 |
Author: yu |
Hits:
Description: 用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。-achieve with the Decision Tree Algorithm, windows environment, and I hope to learn from data structures and algorithms friends help.
Platform: |
Size: 149504 |
Author: yu |
Hits:
Description: 决策树 C4.5 分类器, 用C语言写的.大家一起参考一下. -C4.5 decision tree classifier, using the C language. U.S. with reference.
Platform: |
Size: 143360 |
Author: sj2ac |
Hits:
Description: C版本的C4.5源代码在VC 2008环境下整合为一个库包。利用代码由于种种原因无法上传,见谅。-A lib with all C4.5 src which is edited in visual studio 2008
Platform: |
Size: 65536 |
Author: 尤司陪 |
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: 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.
Platform: |
Size: 258048 |
Author: 罗晓民 |
Hits:
Description: 用C++实现决策树的C4.5算法,有详细的建树过程,能够实现,有参考价值-With C++ realize decision tree C4.5 algorithm, has a detailed construction process, can be realized, there is reference value
Platform: |
Size: 862208 |
Author: 刘钰 |
Hits:
Description: 用C++实现决策树的C4.5算法,又一个例子,有详细的建树过程,分别写出了每个函数,能够实现,有参考价值-With C++ realize decision tree C4.5 algorithm, and an example, a detailed construction process, write each function, can be achieved, there is reference value
Platform: |
Size: 5794816 |
Author: 刘钰 |
Hits:
Description: 对于一元二次方程ax^2 + bx + c 0,解可以分为很多情况。
若该方程有两个不相等实根,首先输出1,换行,然后从小到大输出两个实根,换行;
若该方程有两个相等实根,首先输出2,换行,然后输出这个这个实根,换行;
若该方程有一对共轭复根,输出3,换行;
若该方程有无解,输出4,换行;
若该方程有无穷个解,输出5,换行;
若该方程只有一个根,首先输出6,换行,然后输出这个跟,换行;-For a quadratic equation ax ^ 2+ bx+ c 0, the solution can be divided into many situations. If the equation has two unequal real roots, the first output 1, line breaks, and then small to large output two real roots, wrap if the equation has two equal real roots, first output 2, line feed, then output this the real roots, wrap if the equation has a pair of complex conjugate roots, output 3, wrap if the equation whether the solution, output 4, line if the equation has an infinite number of solutions, output 5, line if the equation has only one root first output 6, line feed, then output this with line breaks
Platform: |
Size: 1024 |
Author: 胡超臣 |
Hits: