搜索资源列表

  1. tree_Kidney

    0下载:
  2. 以从医院病案室获得的3022例数据为样本,在完成样本数据库以及糖尿病并发症的多维数据集设计后,以糖尿病并发症流行病学知识发现为重点,研究定性数据定量化挖掘模型及算法引擎的设计与实现,即将关联模型引入糖尿病并发症的流行病学研究,运用决策树技术对数据样本进行分析.程序功能:增熵分析-cases from the hospital to obtain the data for 3,022 cases samples the completio
  3. 所属分类:生物技术

    • 发布日期:2024-05-19
    • 文件大小:304128
    • 提供者:Eric Cheng
  1. crossvalidate

    0下载:
  2. 基于决策树的n则交叉验证分类器 (决策树程序直接调用matlab中的) crossvalidate.m N则交叉验证程序,N可选 NDT.mat 含9个国际公认标准数据集,已做过标么处理,可直接使用 专业-n Based on Decision Tree is cross-validation classification (decision tree directly call the Matlab) cr ossva
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:235520
    • 提供者:hehuixin
  1. ID3

    0下载:
  2. 在网上下载的 介绍id3决策树的,简洁易懂,个人觉得是一本好文章特推荐给大家-online download on the id3 decision tree, easy to read, think is an excellent article especially recommended for everyone
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:212992
    • 提供者:youyou
  1. id3doc

    0下载:
  2. 此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:450560
    • 提供者:machao
  1. 200312810403245459

    0下载:
  2. 对决策树的ppt文章,希望对大家有帮住,希望大家喜欢-right decision tree ppt article, and I hope to help you live, hope you like
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:109568
    • 提供者:machao
  1. include

    0下载:
  2. 决策树的源代码,yongc写的 请看看吧-Decision tree of the source code, yongc written look and see
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:董雪梅
  1. id3ppt

    0下载:
  2. ID3决策树内容简介: 概述 预备知识 决策树生成(Building Decision Tree) 决策树剪枝(Pruning Decision Tree) 捕捉变化数据的挖掘方法 小结 -ID3 Decision Tree Descr iption: an overview of prior knowledge to generate decision tree (Building Decision Tre
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:123904
    • 提供者:fff
  1. dtview

    0下载:
  2. 决策树 C4.5 分类器, 用C语言写的.大家一起参考一下. -C4.5 decision tree classifier, using the C language. U.S. with reference.
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:143360
    • 提供者:sj2ac
  1. Cart

    0下载:
  2. 实现决策树分类训练试验。 源自c4.5,在windows下用C++实现,简洁好用。用户只需要构建好特征说明文件,并选择一些参数既可以进行试验。-Realize decision tree classifier trained pilot. From c4.5, in windows using C++ Realize, concise easy to use. Users only need to build a good feat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:139264
    • 提供者:胡伟湘
  1. qinbing_01

    0下载:
  2. 介绍决策树的算法思想,对人工智能研究很有帮助-Introduction of Decision Tree Algorithm thinking, artificial intelligence research on the helpful
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:114688
    • 提供者:candy
  1. jueceshuID3

    0下载:
  2. 基于决策树的matlab的源程序,供大家参考 -Based on Decision Tree matlab source for reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:star
  1. jueceshur8

    0下载:
  2. 是构造决策树分类器的一种算法,它是ID3算法的扩展。ID3算法只能处理离散型的描述性属性,而此算法还能够处理描述性属性是连续型的情况。-Decision tree classifier is constructed of an algorithm, which is an extension of ID3 algorithm. ID3 algorithm can only handle discrete descr iptive att
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:444416
    • 提供者:刘林
  1. c4.5

    0下载:
  2. 数据挖掘算法中,有关决策树算法c4.5的实现,c4.5是在ID3基础上实现的,有这比id3还好的功能-Data mining algorithms, the decision tree algorithm c4.5 realization, c4.5 is based on ID3, with this function better than id3
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:160768
    • 提供者:司马腾
  1. BigTree2

    0下载:
  2. 该代码是数据挖掘里面的决策树算法 利用ID3理论,通过对训练数据的分析判断,计算出各个数据的其它对目标属性的重要程度,即计算出每个其它数据的信息增益值来将训练数据逐步分类,最后得出目标分类,从而实现决策树的生成过程。最后即可利用此决策树来对新的数据进行测试,判断其目标属性的可能值。-The data mining code is inside the ID3 decision tree algorithm using the theo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:289792
    • 提供者:
  1. c4.5r8

    0下载:
  2. 决策树ID3算法的改进算法,可以处理数值属性,缺丢值和噪声数据.-ID3 decision tree algorithm to improve the algorithm, can deal with numerical attributes, missing values and noisy data lost.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:161792
    • 提供者:chj2010
  1. Id3

    0下载:
  2. 决策树在Weka中的设计与实现,数据的属性要是名词性的。-Weka decision tree in the design and realization of the attributes of data if the term in nature.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:snow
  1. data_mining1

    0下载:
  2. 本资料含有国外最经典的数据挖掘的论文。有决策树,贝叶斯等-This information contains a foreign classic data mining papers. There are decision trees, Bayesian, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2888704
    • 提供者:zhangli
  1. C4.5

    0下载:
  2. 决策树是表达知识的一种有效形式,这个是挖掘决策树的经典c4.5算法-Decision tree is to express an effective form of knowledge, this is a classic mining decision tree algorithm c4.5
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:261120
    • 提供者:mameng
  1. jueceshu

    0下载:
  2. 决策树 cart 二叉树代码,简要算法与说明-Decision tree cart binary tree code algorithm and briefly explain
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:and
  1. cart

    0下载:
  2. vc++下的决策树cart算法,最为经典的算法之一。-vc++ under the cart of the decision tree algorithm, one of the most classic algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:and
« 1 2 3 4 56 7 8 9 10 ... 46 »

源码中国 www.ymcn.org