CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - c4.5

搜索资源列表

  1. C4.5算法

    4下载:
  2. 数据挖掘中的决策树C4.5算法的实现,用matlab实现-Data Mining Decision Tree Algorithm of C4.5, using Matlab to achieve
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2308
    • 提供者:利军
  1. ID3+C4.5

    0下载:
  2. ID3+C4.5的源程序。用于数据挖掘决策算法的一个实例。-ID3 C4.5 of the source. Data Mining for a decision algorithm examples.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5135
    • 提供者:张飞
  1. C4.5-2

    0下载:
  2. 数据挖掘中的c4.5算法 给予决策树
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3245
    • 提供者:gezn
  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. matlab

    0下载:
  2. 决策树C4.5和CART算法的m源码 -CART decision tree algorithm C4.5 and the source m
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3637
    • 提供者:王麦
  1. C4_5.m

    0下载:
  2. 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 poss
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2178
    • 提供者:rajesh
  1. mitmatlab

    1下载:
  2. 能够实现几种经典的分类算法(ID3,C4.5等)-It can inmplement several classic classification algrorithm(ID3,C4.5,etc.)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:661350
    • 提供者:zhangjunpeng
  1. C4_5

    0下载:
  2. 这是一个用matlab编写的C4.5算法的实现-this is a classification of machine learing,C4.5,using matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2105
    • 提供者:dupei
  1. DecisionTrees

    0下载:
  2. this decision tree ID3 algorithm, this algorithm is one of decision tree algorithm like cart, chaid, c4.5, etc-this is decision tree ID3 algorithm, this algorithm is one of decision tree algorithm like cart, chaid, c4.5, etc
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:466018
    • 提供者:sang
  1. C4_5

    0下载:
  2. C4.5算法 matlab实现的,感觉还可以,大家可以看看!-the implementation of C4.5 using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2109
    • 提供者:dizhaung
  1. C4_5

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

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

    0下载:
  2. c4.5 algorithm in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2044
    • 提供者:panshopr
  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-08
    • 文件大小:2060
    • 提供者:妮子
  1. C4.5

    0下载:
  2. Quinlan的决策树程序C4.5(M语言编写)-the program for decision tree C4.5 purposed by Quinlan
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3554
    • 提供者:change
  1. C4.5决策树

    1下载:
  2. C4.5决策树的MATLAB实现。内有英文和中文混合注释(C4.5 Decision Tree It has English and Chinese Both Zhu Shi)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:范冰冰
  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. c4.5

    1下载:
  2. C4.5是一系列用在机器学习和数据挖掘的分类问题中的算法。C4.5的目标是通过学习,找到一个从属性值到类别的映射关系,并且这个映射能用于对新的类别未知的实体进行分类。(C4.5 is a series of algorithms used in machine learning)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-25
    • 文件大小:4096
    • 提供者:w1234
  1. 决策树C4.5算法matlab源代码(完美运行)

    2下载:
  2. 可以完美的实现用于统计学习的算法C4.5分类,完整的matlab程序(Classification of algorithm C4.5 for statistical learning)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:2048
    • 提供者:mapleZL
  1. matlab实现的C4.5分类决策树算法

    2下载:
  2. C4.5决策树分类算法,用于进行数据分类(Classification algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-01
    • 文件大小:13312
    • 提供者:圆圆yy
« 12 »
搜珍网 www.dssz.com