CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c4 5 decision tree

搜索资源列表

  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. c4.5-r8

    0下载:
  2. quilan的决策树c4.5-r8的windows版本-quilan decision tree c4.5-r8 of the windows version
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:126616
    • 提供者:Xu Enliang
  1. abc

    0下载:
  2. C4.5是决策树的经典算法 C4.5 归纳学习是完全自动的学 习算法,所需要做的是选取有用的特征,构建实例数据库供它学习-C4.5 decision tree is the classic C4.5 inductive learning algorithm is completely automatic learning algorithm, what needs to be done is to select useful features, build databases for its e
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:108625
    • 提供者:张林
  1. 78c39b4b2be8

    1下载:
  2. 决策树的java代码,有id3和c4.5的-Decision tree java code, there' s id3 and c4.5
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:238141
    • 提供者:TS
  1. C4_5

    0下载:
  2. C4.5决策树源代码,直接是matlab源代码-C4.5 decision tree source code matlab source code is directly
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2363
    • 提供者:geqinghuan
  1. C4_5

    2下载:
  2. matlab实现决策树C4.5算法,首先利用训练数据创建决策树,再用测试数据对决策树进行剪枝。-C4.5 decision tree algorithm matlab realize, first use training data to create decision trees, and then test data for decision tree pruning.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2062
    • 提供者:王杰
  1. C4.5

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

    • 发布日期:2017-03-30
    • 文件大小:3554
    • 提供者:change
  1. J48

    0下载:
  2. J48 (unpruned or pruned C4.5 decision tree algorithm) WEKA project
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:4174
    • 提供者:CoolHabesha
  1. C4_5

    0下载:
  2. C4.5决策树算法,可以进行数据分类,是数据挖掘的经典算法-C4.5 decision tree algorithm, data classification, is a classic data mining algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2370
    • 提供者:诸葛亮
  1. DecisionTree

    0下载:
  2. 决策树的经典C4.5算法,基于VS2010,对学习人工智能的同学有帮助-C4.5 decision tree algorithm, based on VS2010
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:4885458
    • 提供者:凌遥雪
  1. C4.5

    0下载:
  2. 用c++编写的决策树识别,数据来源为csdn上一位大神的经典之作-Classic written c++ decision tree identification, data sources from csdn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:816794
    • 提供者:杨青云
  1. C4.5

    0下载:
  2. 决策树分类 通过读取数据 求信息增益率选择最好的分离属性-Decision tree classification by reading the data and information gain ratio to select the best separation properties
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:64444
    • 提供者:lihongjun
  1. c4.5-C

    0下载:
  2. The aim of this article is to show a brief descr iption about the C4.5 algorithm, used to create Univariate De- cision Trees. We also talk about Multivariate Decision Trees, their process to classify instances using more than one attribute per node i
  3. 所属分类:Applications

    • 发布日期:2017-11-06
    • 文件大小:161527
    • 提供者:tuanhadau
  1. C4.5

    0下载:
  2. 决策树算法_C实现,主要是数据挖掘领域。-_C Decision tree algorithm to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:158453
    • 提供者:sky
  1. DecisionTree

    1下载:
  2. C++编写的C4.5决策树程序,为数据挖掘基础算法。 网址为:http://www.cnblogs.com/michaelGD/archive/2012/11/14/2770758.html-C++ written C4.5 decision tree program, the foundation for the data mining algorithms. Site at: http://www.cnblogs.com/michaelGD/archive/2012/11/14/277
  3. 所属分类:其他小程序

    • 发布日期:2013-12-19
    • 文件大小:1506873
    • 提供者:fy
  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. C4.5

    0下载:
  2. C4.5决策树算法java实现,未实现截枝部分-decision tree algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:16212
    • 提供者:星球
  1. C4.5

    0下载:
  2. 决策树C4.5 用于分类与预测的算法 简洁方便-decision tree C4.5 For classification and prediction algorithm Simple and convenient
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2230
    • 提供者:Linda
  1. c45.tar

    0下载:
  2. C4.5决策树源码, C语言,文档说明详细,欢迎使用。-C4.5 Decision tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:154066
    • 提供者:刘正
  1. C5.0-------

    1下载:
  2. C4.5决策树算法,C++算法,通过仔细阅读,可以很方便的了解跟学习决策树算法。-C4.5 decision tree algorithm, C++ algorithm, by reading carefully, you can easily understand the decision tree algorithm with learning.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:70781
    • 提供者:凉风
« 1 2 34 5 6 »
搜珍网 www.dssz.com