CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C4.5 matlab

搜索资源列表

  1. C4_5

    0下载:
  2. 用matlab语言写的C4.5算法,用于模式分类
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2199
    • 提供者:罗升阳
  1. C45_Sun

    1下载:
  2. 常用决策树算法C4.5的实现代码。利用matlab实现。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4597
    • 提供者:minghongxie
  1. 机器学习Matlab工具箱

    1下载:
  2. 多种机器学习算法,包括ID3、C4.5、BP等
  3. 所属分类:matlab例程

  1. matlab-C4

    0下载:
  2. 该源代码主要实现C4.5决策树算法,C4.5是对ID3算法的一种改进,它完善了ID3算法,补充了其算法的一点不足-The source code is the main achievement of C4.5 decision tree algorithm, C4.5 is an improved ID3 algorithm, which improved the ID3 algorithm, the algorithm added a little less than its
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:15514
    • 提供者:小强
  1. c45

    1下载:
  2. 用matlab编程实现的数据挖掘c4.5算法,是上交的一个作业,绝对可行的。当然,还有些小瑕疵-Matlab programming with data mining c4.5 algorithm, is handed a job, absolutely feasible. Of course, there are some small flaws
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3736
    • 提供者:yehui
  1. C4_5

    0下载:
  2. matlab源代码 C4.5决策树算法的matlab实现-C4.5
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2205
    • 提供者:李军
  1. C4_5

    3下载:
  2. c4.5经典算法,实现决策树分类功能,可以对连续数值和离散数值实现很好的分类,并有剪枝功能-c4.5 classic algorithms, to achieve the decision tree classification, can be continuous and discrete numerical values to achieve good classification, and a pruning function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1932
    • 提供者:zhangyi
  1. C4_5

    0下载:
  2. c4.5 a classification
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2040
    • 提供者:mysuzan
  1. C4_5

    0下载:
  2. 一种关于c4.5的简单matlab编程。-A kind of simple matlab program on c4.5.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2060
    • 提供者:妮子
  1. matlabC4.5

    0下载:
  2. matlab源代码 C4.5算法 经典算法 这里有具体的操作 是为.M文件 -C4.5 algorithm matlab source code there is the classical algorithm for the specific operation. M files
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5377
    • 提供者:joyna
  1. C4_5

    0下载:
  2. C4.5 matlab实现,机器学习和数据挖掘课程学习的经典算法-C4.5 matlab implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2678
    • 提供者:elina
  1. Matlab

    1下载:
  2. C4.5的matlab实现,并且进行了详细的注释,并进行了有序化处理-C4.5 matlab realize, and conducted a detailed notes, and conducted an orderly processing
  3. 所属分类:matlab

    • 发布日期:2017-03-06
    • 文件大小:7168
    • 提供者:wangshan
  1. c4.5-decision-tree-matlab

    1下载:
  2. c4.5分类器 支持向量机算法 文本分类 样本支持 核函数算法-c4.5 classifier SVM text classification algorithm sample support kernel function
  3. 所属分类:Fractal program

    • 发布日期:2017-03-21
    • 文件大小:4508
    • 提供者:fujun
  1. c4.5-code

    0下载:
  2. This file contains matlab code for c4.5 decision tree code, which is used to study id3 algorithm based machine learning code
  3. 所属分类:Development Research

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:sgnaren
  1. C4.5

    1下载:
  2. C4.5算法的matlab实现,里面有标准数据集作为实例进行演示-C4.5 algorithm matlab implementation, which has a standard data set as an example to demonstrate
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:357136
    • 提供者:宋林
  1. C4_5

    1下载:
  2. matlab decision tree c4.5
  3. 所属分类:数据结构

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:Prang
  1. decision_tree

    2下载:
  2. 自己用matlab实现的决策树仿真的代码,决策树代码包含ID3算法和C4.5算法,算法原理可以参照统计学习(李航著),具体代码编写部分参照网上博客。实现结果用matlab的treelayout实现,模拟树形实现最大程度图形化还原,可以为学习相关算法的朋友提供参考。代码包含相应的主函数和两个决策树函数,具体可参考文字示意。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, th
  3. 所属分类:matlab例程

  1. random forest-matlab

    1下载:
  2. rf-随机森林:一个简单的随机森林例子,包含C4.5,ID3等多种信息熵计算过程(A simple example of random forest, including C4.5, ID3 and other information entropy calculation process)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:4225024
    • 提供者:chenjt
  1. C4_5

    0下载:
  2. 数据挖掘入门算法,用于机器学习,语言为matlab语言,是id3算法的改进(dataming The introduction of data mining algorithm for machine learning, language for MATLAB language,)
  3. 所属分类:数值算法/人工智能

  1. train_C4_5

    1下载:
  2. matlab编码实现C4.5算法的分类问题,完整代码(Classification of C4.5 algorithm by coding)
  3. 所属分类:其他

    • 发布日期:2019-06-04
    • 文件大小:4096
    • 提供者:竹叶飘香
« 1 23 »
搜珍网 www.dssz.com