登录
首页 » matlab » C4_5.m

C4_5.m

于 2011-03-17 发布 文件大小:2KB
0 25
下载积分: 1 下载次数: 45

代码说明:

  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 possible tests that can split the data set and selects a test that gives the best information gain. For each discrete attribute, one test with outcomes as many as the number of distinct values of the attribute is considered. For each continuous attribute, binary tests involving every distinct values of the attribute are considered. In order to gather the entropy gain of all these binary tests efficiently, the training data set belonging to the node in consideration is sorted for the values of the continuous attribute and the entropy gains of the binary cut based on each distinct values are calculated in one scan of the sorted data. This process is repeated for each continuous attributes.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shili
    自己手敲并验证的matlab 6.0实例的代码 及运行程序所得的图像结果。此部分为前20个例子。为matlab的基础部分(Their hands out and verify that the code examples matlab 6.0 and run the program from the results of the image. This part of the first 20 examples. Part of the basis for matlab)
    2009-05-13 13:45:46下载
    积分:1
  • GUIDesign
    在Matlab应用系统中,创建数据文件,得到符合要求的界面(in Matlab Application System to create data files, to be compliant interface)
    2006-06-24 18:50:36下载
    积分:1
  • L1_norm_least_square_solver
    L1范数正则化最小二乘问题求解器,stanford大学Boyd教授出品。(Simple Matlab Solver for l1-regularized Least Squares Problems)
    2014-02-25 14:21:26下载
    积分:1
  • 元胞机代码
    说明:  三维元胞机模拟教室疏散代码,分析在随机教室情况下人员流动情况。(Three-dimensional cellular computer simulation classroom evacuation code)
    2021-04-09 21:38:59下载
    积分:1
  • 主成分分析并用散点图分析前三个主成分M代码,请指教。
    主成分分析并用散点图分析前三个主成分M代码,请指教。-Principal component analysis and scatter analysis of the first three principal components M code, please advice.
    2022-01-30 13:35:00下载
    积分:1
  • 基于颜色特征的图像检索
    1、不同图像的处理和特征提取 2、通过特征提取然后获取和目标图像相似的图片 3、把图片进行分块提取特征的
    2022-02-07 05:57:59下载
    积分:1
  • watermarking
    对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印(Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). according to this embedding binary image and resume its embedded watermark from the watermark signal by the Blind detection)
    2009-12-10 22:00:27下载
    积分:1
  • test
    针对20个已知类别数据,前15个训练样本和带刺的5个样本,通过该程序可识别出待测的样本属于哪一类。(Data for the 20 known types, the first 15 training samples and barbed 5 samples can be identified by the program which type of samples tested.)
    2011-05-15 14:50:38下载
    积分:1
  • quantong
    一阶和三阶全通系统的建立 用MATLAB语言实现(a band and the third-order all-pass system of using Matlab)
    2007-05-20 20:29:37下载
    积分:1
  • USB摄像头视频获取
    应用背景自20 世纪 80 年代末期 S. M all at首次将小波变换引人图像处理以来 , 小波变换以其 优 良的时频局 部化能力及去相关能力在图像压缩编码领域得到了广泛应用 , 并取得 了良好 的效果。同时经典的数字信号处理理论体系已经非常的成熟,作为传统学科数字信号处理与新的计算机技术的结合为数字图像处理提供了很好应用环境,使得计算机高速的高效的处理复杂的图像信息成为了可能。 关键技术数字图像处理  基于小波变换的图像压缩编码 大致 经过 三个关键步骤 : 首先选取合适小波母函数 与滤波器 , 对图像信号实施小波变换 ; 其次对变换后 的小波系数进行量化编码 , 从而得到二进制符号 流; 最后对符号流进行熵编码 以得到图像压缩后的比特流. 其 中, 量化编码阶段 占有举足轻重的地位 , 这是 因为实际上所有的信息损失都发生在量化编码 阶段.
    2022-01-31 09:36:46下载
    积分:1
  • 696518资源总数
  • 105584会员总数
  • 19今日下载