CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 决策树生成算法

搜索资源列表

  1. ID3_src

    0下载:
  2. 一个用C#写的ID3算法,属于数据挖掘中的决策树生成算法。-a C# write ID3 algorithm, data mining is the decision tree generation algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.15kb
    • 提供者:罗成
  1. ID3code

    0下载:
  2. id3算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。id3的源码决策树最全面最经典的版本.id3决策树的实现及其测试数据.id3 一个有用的数据挖掘算法,想必对大家会有所帮助!-id3 decision tree algorithms to generate information gain the greatest attribute as a classification attributes, generate decision tree, Thus,
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:11.03kb
    • 提供者:李顺古
  1. Theclassicalid3

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

    • 发布日期:2008-10-13
    • 文件大小:39.12kb
    • 提供者:王小明
  1. C4.5算法源程序

    0下载:
  2. C4.5算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-C4.5 decision tree algorithms to generate information gain the greatest attribute as a classification attributes, generate decision tree, and came to decision-making rules.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.21kb
    • 提供者:亚亚
  1. decision-tree

    0下载:
  2. 本程序实现了一个决策树生成程序, 决策树学习是应用最广的归纳推理算法之一。这是一种逼近离散值函数的方法,对噪声数据有很好的健壮性且能够学习析取表达式。在这种方法中学习到的函数被表示为一棵决策树。学习得到的决策树也能再被表示多个if-then规则,以提高可读性。本程序附带详细的说明文档-decision tree ID3
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:50.44kb
    • 提供者:
  1. dtree

    0下载:
  2. DTRee决策树生成算法 利用c语言实现-DTRee decision tree generation algorithm using c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:158.79kb
    • 提供者:HUang
  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. Id3 a useful data mining algorit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:39.44kb
    • 提供者:kintsen
  1. decision_tree

    0下载:
  2. 决策树算法,本程序演示了决策树的生成及使用的过程。-Decision Tree Algorithm, the program demonstrated the generation and use of decision tree process.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:87.43kb
    • 提供者:郑轩
  1. DMST

    0下载:
  2. 这是一个数据挖掘决策树算法示例,它能通过用户指定相应的数据库,并把数据库表中的最后一列当作决策属性,这样就可以生成一颗完整的决策树-This is a decision tree data mining algorithm for example, the user can specify the appropriate databases and database tables in the last column as a decision attribute, so that you ca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.08mb
    • 提供者:lihailin
  1. Ctree4.5

    0下载:
  2. 详细讲解算法设计及其原理,有利于加深对决策树的理解,并能快速实现决策树的生成-calculation of the Tree c45
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:76.83kb
    • 提供者:mu
  1. ID3

    0下载:
  2. ID3算法,对随机生成的15组数据进行最佳分类,得到最佳决策树-ID3 algorithm, randomly generated 15 sets of data were the best classified, best decision tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:48.72kb
    • 提供者:chenmao
  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. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:216.84kb
    • 提供者:Liuyongkang
  1. C4.5

    0下载:
  2. 决策树经典学习算法,C4.5算法是ID3算法的改进,加上了子树的信息,因素属性的值可以是连续量,训练例的因素属性值可以是不确定的,对已生成的决策树进行裁剪,减小生成树的规模.-Decision tree learning algorithm of C4.5 algorithm is the classic, the improved ID3 algorithm, coupled with the subtree of the information, the factor attribute v
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:167.66kb
    • 提供者:guda
  1. Classifier

    1下载:
  2. 实现ID3 决策树算法,并使用MATLAB自带的工具箱函数画出决策树生成相应的规则-Achieve ID3 decision tree algorithm, and using MATLAB toolbox function that comes with the decision tree to generate the appropriate rules to draw
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:stephen
  1. Decisiontree

    1下载:
  2. 实现基本功能的决策树分类算法,可以对连续变量进行处理,能显示生成的决策树。-Basic functions of decision tree classification algorithm for continuous variables can be processed to show the resulting decision tree.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.59kb
    • 提供者:zhaojianghua
  1. DecisionTree

    1下载:
  2. 数据挖掘中决策树生成算法,可以通过算法生成最小决策树,java实现-Data Mining Decision Tree algorithm can be generated by the smallest decision tree algorithm, java achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.86kb
    • 提供者:
  1. decision tree

    0下载:
  2. 决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解法。本代码提供生成决策树的算法。(A decision tree is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including c
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2.04mb
    • 提供者:呜呜2018
  1. DecisionTreeID3

    0下载:
  2. ID3算法是一种贪心算法,用来构造决策树。ID3算法起源于概念学习系统(CLS),以信息熵的下降速度为选取测试属性的标准,即在每个节点选取还尚未被用来划分的具有最高信息增益的属性作为划分标准,然后继续这个过程,直到生成的决策树能完美分类训练样例。(The ID3 algorithm is a greedy algorithm, which is used to construct a decision tree. ID3 algorithm originated from the concept
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:2.38mb
    • 提供者:秦冰
  1. 决策树-判断隐形眼镜的类型

    0下载:
  2. 使用python实现的利用随机数生成算法对一个实例,判断隐形眼镜类型的分类问题进行解决。(Use python and random decision tree algorithm to solve the classification problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:9kb
    • 提供者:richugh
  1. ID3决策树算法实验

    2下载:
  2. 决策树ID3算法实验_数据集car_databases。用python编写的决策树ID3算法,运用了Car-Evaluation的例子。BUG较少,综合了网上的优秀代码,并进一步形成自己的代码。代码基本有注释,风格良好,能够很快看懂。内含有比较规范的报告文档,包含所有流程图,说明图,以及文档风格绝对不错,无需更改,建议下载! 该算法所测试的数据集如下(已经打包在内,并已经生成xls格式,方便直接使用): 已知:UCI标准数据集Car-Evaluation,定义了汽车性价比的4 个
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-07
    • 文件大小:1.17mb
    • 提供者:小强你好
« 12 »
搜珍网 www.dssz.com