CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - DecisionTree

搜索资源列表

  1. binary DecisionTree

    0下载:
  2. 用VC++写的二叉决策树执行程序。修改修改就可以用。-with VC + + to write the two forks Decision Tree implementation procedures. Amendments can be amended on.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:73532
    • 提供者:罗成
  1. C5.0.zip

    0下载:
  2. C5.0 决策树算法C实现,代码仅供参考使用,work out DecisionTree C5.0 using C
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:75778
    • 提供者:Betty
  1. decisiontree

    0下载:
  2. 决策树的ID3算法用C++实现,还有一些文章和数据等等。-ID3 decision tree algorithm using C++ implementation, there are some articles and data and so forth.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7447648
    • 提供者:
  1. DecisionTree-id3

    0下载:
  2. 商业只能中数据挖掘的决策树算法 用于数据分类-Data Mining Decision Tree Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:16609
    • 提供者:
  1. DecisionTree

    0下载:
  2. 通过构造决策树来进行分类,并用信息熵来剪枝获取最小的树从而进行属性约简-By constructing a decision tree for classification, and information entropy to obtain the smallest tree pruning in order to carry out attribute reduction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:16751
    • 提供者:陈雪娇
  1. DecisionTree

    0下载:
  2. 决策树ID3算法,带详细注释,可参考《数据挖掘概念与技术》里P185~P196,以MyEclipse7.0环境下开发的 测试数据在data文件下-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 i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:80932
    • 提供者:黑伯爵
  1. DecisionTree

    0下载:
  2. 是基于c#开发环境实现的决策树算法。该算法是数据挖掘人工智能的非常重要的算法。-C# development environment is based on decision tree algorithm implementation. The algorithm is very important to artificial intelligence data mining algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:60528
    • 提供者:祝美莲
  1. DecisionTree-ID3

    0下载:
  2. Decision tree and ID3 algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:193482
    • 提供者:mohamed salah
  1. DecisionTree

    0下载:
  2. 实现了通用决策树算法,并很好的处理了数值属性问题,利用VC++编程实现。-Realize the general decision tree algorithm, and good handled numerical attribute problem, the programming language is VC++.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4264647
    • 提供者:刘玉秀
  1. DecisionTree

    0下载:
  2. 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:84494
    • 提供者:雯悦
  1. C45New

    0下载:
  2. C++编写的决策树C4.5分类,可用于数据分类-DecisionTree C4.5 classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:800001
    • 提供者:蔡峡
  1. decisiontree.cpp

    0下载:
  2. FP Tree Algorithm (Data Mining)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:Devil
  1. DecisionTree

    1下载:
  2. CART决策树 python 代码,思想来自Programming Collective Intelligence。未剪枝。数据来自the census bureau database。-CART decision tree python code, thoughts from Programming Collective Intelligence. Not pruning. The data from the census bureau database.
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. ID3 人工智能,机器学习算法,自动生成决策树-ID3 artificial intelligence, machine learning algorithms, automatically generate decision trees
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:6976
    • 提供者:dvd
  1. DecisionTree

    0下载:
  2. 决策树算法。 数据写在Test文件里。 Attribute可以更改,以适应不同的要求。-The decision tree algorithm. The data is written in the Test file. Attribute can be changed to suit different requirements.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:32862
    • 提供者:lvsmart
  1. DecisionTree

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

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

    0下载:
  2. python编写的决策树的代码,主要用于模式识别和机器学习领域,-an example containing the program code for decision tree in python
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:22634
    • 提供者:change
  1. decisionTree

    0下载:
  2. 简单的人工智能程序源码,很有效的帮助理解人工智能中决策树模型的工作方式及原理。-Simple artificial intelligence program source code, very effective to help understand the work and principles of artificial intelligence in the decision tree model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:13313
    • 提供者:李凝
  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. DecisionTree-(2)

    0下载:
  2. 决策树,根据训练集的分类结果预测测试集的分类结果,在计算机视觉和模式识别中很有用-Decision tree , test set according to the classification results of the training set, is very useful in computer vision and pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:32070
    • 提供者:cheng
« 12 »
搜珍网 www.dssz.com