-
数据挖掘算法
C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:
1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;
2) 在树构造过程中进行剪枝;
3) 能够完成对连续属性的离散化处理;
4) 能够对不完整数据进行处理。
C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。
- 2023-05-13 18:00:02下载
- 积分:1
-
Kmeans的MapReduce实现
资源描述用Java首先编程实现了数据挖掘算法Kmeans,然后将该算法在MapReduce模型下并行化,资源有相关的讲解说明,有示例的输入。希望可以帮助需要的同学们
- 2022-01-25 22:16:32下载
- 积分:1
-
改进的GSO算法
改进的GSO算法,速度比一般的GSO快很多,收敛性好
- 2022-01-24 18:46:27下载
- 积分:1
-
网络编码在ns2协议中的集成
网络编码模块集中到ns2网络仿真软件中去,包括集中软件中需要修改的文件以及tcl的脚本文件的仿真。对于网络编码在网络多跳网络中的研究具有很大的帮助。
- 2022-05-12 10:45:00下载
- 积分:1
-
c语言的数值算法挺好的!!非常的好!!
包括线性规划,二乘法
c语言的数值算法挺好的!!非常的好!!
包括线性规划,二乘法-c language numerical algorithm is very good! ! Very good! ! Including linear programming, Multiplication .................... 2
- 2022-10-06 18:30:03下载
- 积分:1
-
pasical改写的循环队列
自己改写的循环队列,用顺序表实现。通过预定义数据结构体及缓存的差长度,实现了元素的
1.单个入队、出队操作;
2.批量入队、出对操作;
3.可以自定义是否覆盖未出队元素,用于实时控制并允许少量数据丢失的场合;
4.直接引用,非常方便
- 2022-04-11 23:03:28下载
- 积分:1
-
C语言小程序,学习指针运算的各种算法
C语言小程序,学习指针运算的各种算法-C language small program, the Operational Guidelines learning algorithms
- 2022-07-16 08:23:00下载
- 积分:1
-
Fifty Years of Shannon Theory
应用背景
Fifty Years of Shannon Theory:
A brief chronicle is given of the historical development
of the central problems in the theory of fundamental limits
of data compression and reliable communication.
关键技术Shannon’s A mathematical theory of communication”published in July and October of 1948 is
the Magna Carta of the information age. Shannon’s discoveryof the fundamental laws of data compression and transmission marks the birth of Information Theory. A unifying theory with profound intersections with Probability, Statistics, Computer Science, and other fields, Information Theory continues to set the stage for the development of communications, data storage
and processing, and other information technologies.
- 2022-02-13 17:00:08下载
- 积分:1
-
人体动作识别
基于opencv的人体动作识别,识别效果很好,精度很高,对人体正常行走动作和跌倒动作的识别是利用存储的视频流的,可用于养老院的监护系统。
- 2022-03-07 12:38:43下载
- 积分:1
-
matlab编写的流体计算和传热程序
matlab编写的流体计算和传热程序-Matlab calculations prepared by the fluid and heat transfer procedures
- 2022-03-21 07:37:35下载
- 积分:1