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

搜索资源列表

  1. 决策树c4.5-r8的windows版本

    1下载:
  2. 用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。-achieve with the Decision Tree Algorithm, windows environment, and I hope to learn from data structures and algorithms friends help.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:149316
    • 提供者:yu
  1. C4.5算法

    4下载:
  2. 数据挖掘中的决策树C4.5算法的实现,用matlab实现-Data Mining Decision Tree Algorithm of C4.5, using Matlab to achieve
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2308
    • 提供者:利军
  1. c4.5-win

    0下载:
  2. windows操作系统下的决策树分类算法工具包,经典的C4.5算法实现,功能巨强大!-windows operating system under the decision tree classification algorithm tool kit, the classical algorithm C4.5, functional Giant powerful!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97172
    • 提供者:刘志刚
  1. c45Algorithm

    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 i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1596
    • 提供者:唐宇
  1. vc++c4.5

    0下载:
  2. 基于vc的决策树的分类算法是ID3算法的演变-vc on the decision tree classification algorithm is the evolution ID3 algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:491093
    • 提供者:磨高尚
  1. c4.5数据挖掘算法源代码,LINUX版本

    0下载:
  2. 本程序是用c语言编写的基于决策树分类方法的数据挖掘算法,它对测试集进行分类,挖掘出潜在的规则-this procedure is used to prepare the language c decision tree classification based on the data mining algorithm, which tests set for classification, tapping the potential rules
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:149289
    • 提供者:李雪
  1. C4_5.rar

    0下载:
  2. 决策树C45,用matlab编写的,数据挖掘算法。,Decision Tree C45, prepared by matlab, data mining algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2381
    • 提供者:来海锋
  1. matlab-C4

    0下载:
  2. 该源代码主要实现C4.5决策树算法,C4.5是对ID3算法的一种改进,它完善了ID3算法,补充了其算法的一点不足-The source code is the main achievement of C4.5 decision tree algorithm, C4.5 is an improved ID3 algorithm, which improved the ID3 algorithm, the algorithm added a little less than its
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:15514
    • 提供者:小强
  1. matlab

    0下载:
  2. 决策树C4.5和CART算法的m源码 -CART decision tree algorithm C4.5 and the source m
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3637
    • 提供者:王麦
  1. c4.5suanfa

    1下载:
  2. 数据挖掘课中的一个算法c4.5决策树源码,只要有相应的测试文件就可以了-Data mining courses in a decision tree algorithm c4.5 source code, as long as the corresponding test file on it
  3. 所属分类:Windows编程

    • 发布日期:2017-04-21
    • 文件大小:139971
    • 提供者:王俊杰
  1. Kode-Program-Algoritma-C4.5

    0下载:
  2. C4.5 is an algorithm used to generate a decision tree. C4.5 is an extension of Quinlan s earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often referred to as a statistical class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2503095
    • 提供者:bwindhya
  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-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是机器学习算法中的另一个分类决策树算法,它是基于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_Source

    1下载:
  2. 使用纯JAVA语言原生开发C4.5决策树算法,没有使用工具包,并且通过界面展示了生成的决策树图像。-Using pure JAVA language Native Development C4.5 decision tree algorithm, do not use the toolkit, and by interface shows the image generated by the decision tree.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1831651
    • 提供者:zk
  1. c4.5-code

    0下载:
  2. This file contains matlab code for c4.5 decision tree code, which is used to study id3 algorithm based machine learning code
  3. 所属分类:Development Research

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:sgnaren
  1. JavaC4.5

    0下载:
  2. Data mining C4.5 Decision Tree Algorithm on Java
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:19386
    • 提供者:Kostya
  1. C4.5决策树

    1下载:
  2. C4.5决策树的MATLAB实现。内有英文和中文混合注释(C4.5 Decision Tree It has English and Chinese Both Zhu Shi)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:范冰冰
  1. C4.5-master

    0下载:
  2. source code for decision tree algorithm c4.5
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:443392
    • 提供者:dred
« 1 23 4 5 6 »
搜珍网 www.dssz.com