-
数据挖掘算法
C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:
1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;
2) 在树构造过程中进行剪枝;
3) 能够完成对连续属性的离散化处理;
4) 能够对不完整数据进行处理。
C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。
- 2023-05-13 18:00:02下载
- 积分:1
-
遗传算法源代码
资源描述遗传算法的灵感来自于达尔文的进化理论。遗传算法求解问题的解决方法。算法是由一个和一组的解决方案和(所代表的,染色体)称为“人口”。从一个人口的解决方案,并用于形成一个新的人口。这是出于希望,新的人口将比旧的更好。选择新的解决方案(后代)的解决方案是根据他们的健身选择-更合适的是他们有更多的机会,他们必须重现。这是重复的,直到某些条件(例如人口数量或最佳解决方案的改进)是满意的。
- 2022-04-09 08:34:30下载
- 积分:1
-
图像去噪
小波变换去噪,小波包去噪,小波增强去噪,程序可以运行,特别适合初学者使用。
- 2022-01-25 18:58:46下载
- 积分:1
-
JPEG2000, C代码
The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000.
See the source for more information.
- 2023-04-20 21:00:04下载
- 积分:1
-
Romberg algorithm example
龙贝格算法的例子-Romberg algorithm example
- 2022-03-20 20:03:19下载
- 积分:1
-
C#滤波算法
C#,滤波算法,实现方法,KalmanFa, 推荐下载,共同学习,共同进步!-electronic sphygmomanometer principle, download the source, learn together and progress together!
- 2022-11-11 21:45:03下载
- 积分:1
-
OpenGL入门
OpenGL入门,利用GLUT实现基本图元(直线段)的绘制。
- 2022-01-25 19:18:42下载
- 积分:1
-
代数方程
代数方程-Algebraic equations
- 2022-01-25 15:28:21下载
- 积分:1
-
一个程序来寻找频繁项集(关闭和最大)与Eclat算法…
A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists. -A program to find frequent itemsets (also c losed and maximal) with the eclat algorithm, which carries out a depth first search on the sub set lattice and determines the support of items ets by intersecting transaction lists.
- 2022-02-20 07:32:43下载
- 积分:1
-
C# ini文件操作
资源描述封装好的C#做的dll可以以直接使用,主要是引用的windows api(c++)。里面重新实现了一些ini的操作方法,注释说明比较清楚,自己可以写一个例子调试一下看看,有任何问题可以联系我
- 2022-02-14 07:19:16下载
- 积分:1