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

搜索资源列表

  1. C4.5

    0下载:
  2. C4.5r8,经典的C4.5算法。带有数据集,下载即可运行。-C4.5 Code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:491097
    • 提供者:张超
  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. C4.5-by-CPP

    1下载:
  2. win下C++实现C4.5算法,图形界面具有测试功能.采用悲观后剪枝,使用增益比进行连续属性离散化.-Win C++ C4.5 algorithm under realization, graphic interface with test function. After the pessimistic pruned, use than to gain discretization.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-07-15
    • 文件大小:258048
    • 提供者:罗晓民
  1. The-introduction-of-C4.5-algorithm

    0下载:
  2. 介绍C4.5的文章,有详细的例子,对理解算法很有帮助-The article introduces C4.5, detailed examples, helpful to understand the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:268078
    • 提供者:yangcaodie
  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. Analysis-of-C4.5-Algorithm

    0下载:
  2. Application and Analysis of C4.5 Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:124746
    • 提供者:zhougang
  1. C4.5

    0下载:
  2. C4.5版本决策树程序源代码,简单易懂,队初学数据挖掘者有个很好的参考价值。-C4.5 decision tree version of the source code, easy to understand, the team novice data miners have a good reference value.
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:913715
    • 提供者:jcy
  1. C4.5

    0下载:
  2. 这是介绍c4.5算法的一篇文章,非常清楚-It is an article about c4.5 algorithm,which is quite clear.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:268139
    • 提供者:苏小
  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-decision-tree-matlab

    1下载:
  2. c4.5分类器 支持向量机算法 文本分类 样本支持 核函数算法-c4.5 classifier SVM text classification algorithm sample support kernel function
  3. 所属分类:Fractal program

    • 发布日期:2017-03-21
    • 文件大小:4508
    • 提供者:fujun
  1. c4.5

    0下载:
  2. c4.5决策树批量预测代码,将GetData函数中fallDetect.cases改成想要预测的预测集的名字,在linux下用gcc编译,将main函数中的fallDetect.tree改成你自己的决策树模型的名字,使用前必须在同一目录下放有使用c4.5训练出来的决策树-c4.5 decision tree batch prediction code, the name changed to GetData function fallDetect.cases want to predict th
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:3562
    • 提供者:孙闻
  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. c4.5

    0下载:
  2. C4.5是机器学习算法中的另一个分类决策树算法,它是基于ID3算法进行改进后的一种重要算法,相比于ID3算法,改进有如下几个要点:用信息增益率来选择属性.-C4.5 decision tree algorithm is another classification machine learning algorithm, which is based on ID3 algorithm is an important algorithm improved, compared to the ID3 a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:61401
    • 提供者:sunlee0729
  1. C4.5

    0下载:
  2. 数据挖掘分类算法决策树C4.5数据挖掘分类算法决策树C4.5-data mining C4.5
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:913993
    • 提供者:钱晨
  1. c4.5-java

    0下载:
  2. this files contains source code of c4.5 decisions trees
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2577
    • 提供者:dlyser
  1. C4.5-using-hadoop-map-reduce-framework-master

    0下载:
  2. algoritmo de c4.5 con id3
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:7071
    • 提供者:misael
  1. C4.5-cPP-Algorithm

    0下载:
  2. C4.5算法的C++实现,对研究大数据的初学者有帮助-C4.5 C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:562317
    • 提供者:王韩
  1. C4.5-ppt

    0下载:
  2. my file is about C4.5 and i want to codes of that in mathlab
  3. 所属分类:File Formats

    • 发布日期:2017-04-29
    • 文件大小:365634
    • 提供者:sarbarz
  1. C4.5-master

    0下载:
  2. java code for c4.5 algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:444386
    • 提供者:Akansha Priya
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com