搜索资源列表

  1. c4.5

    0下载:
  2. 数据挖掘算法中,有关决策树算法c4.5的实现,c4.5是在ID3基础上实现的,有这比id3还好的功能-Data mining algorithms, the decision tree algorithm c4.5 realization, c4.5 is based on ID3, with this function better than id3
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-10
    • 文件大小:160768
    • 提供者:司马腾
  1. BigTree2

    0下载:
  2. 该代码是数据挖掘里面的决策树算法 利用ID3理论,通过对训练数据的分析判断,计算出各个数据的其它对目标属性的重要程度,即计算出每个其它数据的信息增益值来将训练数据逐步分类,最后得出目标分类,从而实现决策树的生成过程。最后即可利用此决策树来对新的数据进行测试,判断其目标属性的可能值。-The data mining code is inside the ID3 decision tree algorithm using the theo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:289792
    • 提供者:
  1. dssTree

    0下载:
  2. ID3决策树算法的JAVA实现:ID3算法是机器学习中的一种分类方法,本例子用java构建多叉树来实现id3算法。-ID3 Decision Tree Algorithm JAVA realize: ID3 machine learning algorithm is a classification method, the example of using java to build a multi-tree algorithm id3
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-10
    • 文件大小:460800
    • 提供者:more
  1. 1

    0下载:
  2. D3的源码决策树最全面最经典的版本.id3决策树的实现及其测试数据.id3 一个有用的数据挖掘算法,想必对大家会有所帮助!id3算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-D3 of the source tree the most comprehensive version of the most classic. Id3 decision tree and its test data. Id
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:39936
    • 提供者:kintsen
  1. datamining

    0下载:
  2. 数据挖掘中的决策树算法。c4.5,用C语言写的。比较全面。-c4.5
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:163840
    • 提供者:weitaming0204
  1. tree

    0下载:
  2. 决策树算法的matlab实现,主要适用的是id3 算法思想-Decision Tree Algorithm to achieve the matlab main id3 algorithm is applicable to thinking
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:6144
    • 提供者:fj
  1. ML_decisiontree

    0下载:
  2. 实现ID3决策树算法,支持连续属性值和缺失数据属性值-ID3 Decision Tree algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:1113088
    • 提供者:张宁
  1. id3c

    0下载:
  2. Id3的实现求决策树算法代码 -求决策树算法代码求决策树算法代码
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:32768
    • 提供者:李明
  1. ID3JueCheTree

    0下载:
  2. 人工智能ID3决策树算法的实现,使用了MFC编程,既有算法又有界面。-Artificial Intelligence ID3 decision tree algorithm, use the MFC programming, both algorithm and interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:407552
    • 提供者:蚂蚁
  1. ID3usingC

    0下载:
  2. ID3决策树算法的C语言实现-ID3 Decision Tree Algorithm in C language implementation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:hannychen
  1. id3matlab

    0下载:
  2. id3算法用MATLAB实现决策树分类器程序。-id3 decision tree!
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:广庆
  1. id3

    0下载:
  2. 实现决策树的id3算法,还有其他的算法在里面。-Id3 decision tree algorithm to achieve, there are other algorithms in it.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:53248
    • 提供者:li
  1. id3

    0下载:
  2. 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * D
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-10
    • 文件大小:13312
    • 提供者:李伟
  1. ID3(MATLAB)

    0下载:
  2. ID3决策树算法,实现不同条件下数据的分类-ID3 decision tree algorithm, the classification of data under different conditions
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:70656
    • 提供者:孙东
  1. id3

    0下载:
  2. ID3决策树算法的实现,3个测试用例,源码以及程序-ID3 decision tree algorithm, three test cases, source code and program
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:364544
    • 提供者:王杰
  1. ID3

    0下载:
  2. ID3算法是机器学习部分的重要算法,程序实现ID3算法的基本思想,生成决策树。-ID3 algorithm is an important part of machine learning algorithms, the program to achieve the basic idea of ID3 algorithm to generate decision trees.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:222208
    • 提供者:Liuyongkang
  1. ID3-java-

    0下载:
  2. ID3决策树算法的JAVA实现.详细的实现过程:熵值条件熵,节点选择等。-ID3 decision tree algorithm JAVA implementation. Detailed implementation process: entropy conditional entropy, the node selection.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:9216
    • 提供者:张三
  1. ID3.m

    0下载:
  2. 机器学习经典决策树算法的实现 输入训练标签输出预测结果-the classificial machine learning algorithm, input label and traning set and get predictions
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:邢医师
  1. 决策树

    0下载:
  2. 决策树id3算法matlab代码,已调试,根据需要改写main函数,实现数据分类功能(code for decision tree)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:辛巴达
  1. ID3决策树

    0下载:
  2. Java实现用ID3算法构建决策树(Java implementation using ID3 algorithm to build decision tree)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:13312
    • 提供者:花泽大白菜
« 12 3 4 5 »

源码中国 www.ymcn.org