CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Decision Tree

搜索资源列表

  1. 92

    1下载:
  2. 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:232201
    • 提供者:飞翔
  1. DecisionStump

    0下载:
  2. JAVA的一个程序,是分类算法中的判定树的一部分。-JAVA a process, the classification algorithm of decision tree part.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5000
    • 提供者:zhengjuanwu
  1. 5611969759

    0下载:
  2. 决策树分类的ID3算法[VC++],请大家多指教,-the ID3 decision tree classification algorithm [VC], please enlighten everyone, thank you
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19702
    • 提供者:yebin
  1. r8

    0下载:
  2. 这是一个有关决策树分类器中C4.5算法的原程序-This is a decision tree classifiers on which the original algorithm C4.5 procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:160897
    • 提供者:周俊萍
  1. decisiontree

    1下载:
  2. 这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with the data was input in the pro
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-05
    • 文件大小:1233
    • 提供者:icer
  1. c4.5matlab

    1下载:
  2. c4.5 关于决策树decision tree的matlab实现程序 -c4.5 decision tree decision tree on the realization of the matlab program
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:4508
    • 提供者:凌风
  1. ID3

    0下载:
  2. 此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest-This code is a decision tree data mining of various algorithms. Getting Started as a prompt-this code is a decision tree data mining algorithms. As
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6319
    • 提供者:陈少杰
  1. ID3

    0下载:
  2. 机器学习:ID3算法建立决策树,输入训练样本,以广义表的形式输出-Machine Learning: ID3 decision tree algorithm, input the training samples, the generalized form of the output table
  3. 所属分类:Data structs

    • 发布日期:2015-09-30
    • 文件大小:235323
    • 提供者:陈宪法
  1. aa

    0下载:
  2. 一个关于决策树算法的综述文章,希望对大家有用。-A review of the decision tree algorithm article, we want to be useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:148577
    • 提供者:天涯
  1. DTree-C4.5

    0下载:
  2. ID3 决策树的实现 数据挖掘 Dtree4.5-ID3 decision tree data mining Dtree4.5
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:21160
    • 提供者:林一
  1. R8.tar

    0下载:
  2. decision tree learning for C4.5
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:490254
    • 提供者:sudheer
  1. decision-tree

    0下载:
  2. 决策树算法是利用最广泛的 数据挖掘算法之一-The decision tree algorithm is the most widely used data mining algorithms, one of...
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:845607
    • 提供者:lixh
  1. DecisionTree

    0下载:
  2. 一个实现决策树的小算法,是实现的源代码- a decision tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:19315
    • 提供者:李念
  1. Java_DataMing

    0下载:
  2. 应用递归思想,完成深度优先的递归,当完成递归后,生成决策树。最后根据决策树,作出决策-Application of recursive thinking, complete depth-first recursive, generated after the completion of recursive decision tree. Finally, decision trees, decision-making
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:17418
    • 提供者:Davad
  1. classifier

    0下载:
  2. 该源码实现了决策树C4.5算法,用于分类预测-This source realized the decision tree C4.5 algorithm used for classification prediction
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:10229
    • 提供者:cxl
  1. search-hfut7

    4下载:
  2. 合肥工业大学数据结构试验七查找 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1> 对下列数据表,分别采用二分查找算法实现查找,给出查找过程依次所比较的元素(的下标),并以二分查找的判定树来解释。 <2> 设计出在二叉排序树中插入结点的算法,在此基础上实现构建二叉排序树的算法。 <3> 设计算法在二叉排序树中查找指定值的结点。 <4> 设计算法在二叉排序树中删除特定值的结点
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:640625
    • 提供者:石帆
  1. ID3

    0下载:
  2. 这是关于决策树ID3的代码,是我在新浪微博上找到的,我已经编译通过了,代码很有扩展价值!-This is a decision tree ID3 code I found on Sina microblogging, I have been compiled by the a code useful extension value!
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:187711
    • 提供者:吕斌
  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
    • 文件大小:7026
    • 提供者:
  1. Decision_Tree

    0下载:
  2. 使用Decision Tree计算出基于文本的信息分类,在D盘下创建data.txt文件可以导入,或者自行修该文件导入目录。-Using Decision Tree to calculate the text-based information classification, create a data.txt file under the D drive can be imported, or self-repair the file into the directory.
  3. 所属分类:Data structs

    • 发布日期:2017-03-09
    • 文件大小:12288
    • 提供者:张家瑜
  1. 二叉树

    0下载:
  2. (1)输出n=11时的判断树并求成功情况下的平均查找长度ASL; (2)通过构造判断树可以求得成功情况下的平均查找长度ASL1;当宝含有n个节点的判断树看成是一颗满二叉树是,其成功情况下平均查找长度的理论值ASL2约为log2(n+1)-1,对于n=10,100,1000,10000,100000和1000000,求出ASL1,ASL2两者的差距。((1) the judgment tree of the output n=11 and the average search length un
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:19456
    • 提供者:暖阳儿
« 12 »
搜珍网 www.dssz.com