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

搜索资源列表

  1. ID3java

    0下载:
  2. 决策树,ID3算法,供大家参考学习,相互交流,相互帮助,共同进步-Decision Tree ID3 Algorithm with extremely detail comments, refering to the book of Data Minning Concepts and Techniques. Do comprehend the content from Page 185 to Page 196 in this book. Developed in MyEclipse7.0 Tes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15118
    • 提供者:liuying
  1. DTree-C4.5

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

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

    0下载:
  2. C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. -C4.5algorithm is a kind of machine learning algorithm of decision tree classification algorithm, the algorithm is the core of ID3 algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:489153
    • 提供者:caoqiang
  1. decisiontree1

    0下载:
  2. 使用sql server中的MDX语言直接对数据进行挖掘,采用ID3决策树算法-ID3 decision tree
  3. 所属分类:SQL Server

    • 发布日期:2017-04-04
    • 文件大小:749
    • 提供者:333
  1. jiqixuexi

    0下载:
  2. 机器学习的10大经典算法(决策树算法、ID3算法、k均值算法等等)-10 classic algorithms in machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:99385
    • 提供者:胖胖
  1. BIID3_javaa

    0下载:
  2. 基于决策树的数据挖掘算法,是很不错的的Java版的ID3算法,大家可以看看。 -Decision tree-based data mining algorithms is a very good Java version of the ID3 algorithm, we can see.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:60739
    • 提供者:系统,结构
  1. ID3_matlab_example

    0下载:
  2. matlab,数据挖掘决策树(ID3)算法例程-an example of ID3 base on matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:3861
    • 提供者:yangwenbin
  1. MY_ID3

    1下载:
  2. 这是用C++实现的ID3决策树,决策树算法是非常常用的分类算法,是逼近离散目标函数的方法,学习得到的函数以决策树的形式表示。-ID3 decision tree, the decision tree algorithm implementation in C++ is a very commonly used classification algorithms, approximation discrete objective function, the learning function to
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-25
    • 文件大小:2048
    • 提供者:陈星星
  1. DecisionTree

    0下载:
  2. 决策树的简单实现,使用ID3作为属性度量选择,测试数据为Jiawei Han数据挖掘书本第六章购物篮数据-Simple implementation of the decision tree using ID3 as an attribute metric selection, test data Jiawei Han data mining the the books Chapter VI basket data
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2255
    • 提供者:王冲灵
  1. tree-algorithm

    0下载:
  2. 基于ID3理论的二叉树决策树算法的C++实现-Implemented decision tree algorithm, based on the the ID3 theory of binary tree C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:2096
    • 提供者:jjy
  1. RandomForest

    1下载:
  2. ID3决策树+随机森林算法生成决策森林,采用投票机制进行决策;有训练数据aaa和测试数据bbb;非常适合机器学习的初学者-The ID3 the+ random forest algorithm to generate decision forests voting mechanism for decision-making training data the the aaa and test data bbb ideal for machine learning beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-04
    • 文件大小:200836
    • 提供者:可迪
  1. matlab_ID3

    0下载:
  2. 决策树的ID3算法的源代码,最后是其实验数据,运行很简单!-ID3 decision tree algorithm source code, and finally the experimental data, the run is very simple!
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:2342
    • 提供者:葛伟东
  1. DecisionTree

    1下载:
  2. 利用ID3算法,实现决策树的源码。可以在VS2008环境下直接运行。-Use ID3 algorithm, the source tree. VS2008 environment can be run directly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:40587
    • 提供者:zhuqiangsheng
  1. C4_5

    0下载:
  2. C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. 分类决策树算法是从大量事例中进行提取分类规则的自上而下的决策树. -C4.5 algorithm is a machine learning algorithm, a classification decision tree algorithm, the core algorithm is ID3 algorithm classification tree algorithm is extracted from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-29
    • 文件大小:2157
    • 提供者:liujiang
  1. DTree

    0下载:
  2. 一个实现分类决策树算法的系统。ID3算法和C4.5算法。-A decision tree algorithm to achieve classification system. ID3 and C4.5 algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:246124
    • 提供者:董旭
  1. C4.5

    0下载:
  2. C4.5 算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进: 1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足; 2) 在树构造过程中进行剪枝; 3) 能够完成对连续属性的离散化处理; 4) 能够对不完整数据进行处理。 C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:李菲
  1. ID3_Matlab

    1下载:
  2. ID3的Matlab实现,其中包含了四个源码文件,熵函数、类别熵函数、递归建立决策树部分、主程序。-ID3 using Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:34498
    • 提供者:xjn
  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
    • 文件大小:1846
    • 提供者:stephen
  1. DM6_decision_tree

    0下载:
  2. 实现ID3决策树算法,可以实现基本眜分类,最终的决策树是以结构体存放的-ID3 decision tree
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1586363
    • 提供者:baojun
  1. tree

    0下载:
  2. 决策树分类的各种代码,包括ID3、c4.5等等,有界面可以运行-Various code of decision tree classification, including ID3, C4.5 and so on, there are interface can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:14556
    • 提供者:郭斌
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com