搜索资源列表

  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. DecisionTree

    0下载:
  2. 机器学习的经典算法,非常利于学习机器学习这门课程。 -classical machine learning algorithm, is very conducive to learning machine learning this course.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7540
    • 提供者:高峰
  1. DecisionTree(ID3)

    1下载:
  2. [综合]ID3算法源程序(C语言) 网上资源, 软件技术, 电脑与网络, 科学研究
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5052
    • 提供者:Suminchen
  1. DecisionTree

    0下载:
  2. This Decision Tree is developed in java language.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:20784
    • 提供者:Alice Alicia
  1. DecisionTree

    0下载:
  2. 决策树分类,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:203544
    • 提供者:luanjinlong
  1. DecisionTree算法演示

    1下载:
  2. ID3
  3. 所属分类:C#编程

    • 发布日期:2010-06-12
    • 文件大小:105749
    • 提供者:wingW00
  1. DecisionTree(ID3)

    0下载:
  2. [综合]ID3算法源程序(C语言) 网上资源, 软件技术, 电脑与网络, 科学研究-[Integrated] ID3 algorithm source code (C language) online resources, software, technology, computers and networks, scientific research
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:Suminchen
  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 conte
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:80896
    • 提供者:黑伯爵
  1. decisiontree

    0下载:
  2. 决策树的ID3算法用C++实现,还有一些文章和数据等等。-ID3 decision tree algorithm using C++ implementation, there are some articles and data and so forth.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:7447552
    • 提供者:
  1. DecisionTree

    0下载:
  2. decision tree calculate information gain
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:652288
    • 提供者:Aakashi
  1. id3

    0下载:
  2. 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * D
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:李伟
  1. decisiontree

    0下载:
  2. decision tree implementation
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:375808
    • 提供者:chinni
  1. DecisionTree-in-cSharp

    0下载:
  2. C sharp描述的决策树代码,α-β剪枝算法等,希望能有帮助。-C sharp code described in the decision tree, α-β pruning algorithm, hoping to help.
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:EMMILY
  1. DecisionTree

    0下载:
  2. 实现了通用决策树算法,并很好的处理了数值属性问题,利用VC++编程实现。-Realize the general decision tree algorithm, and good handled numerical attribute problem, the programming language is VC++.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:4264960
    • 提供者:刘玉秀
  1. DecisionTree

    0下载:
  2. 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:84992
    • 提供者:雯悦
  1. DecisionTree

    0下载:
  2. decision tree in matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:sadegh
  1. DecisionTree

    0下载:
  2. 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){ string filename = "source.txt" DecisionTree dt int attr_node = 0 TreeNode* treeHead = nullptr set<int> readLineNum vector<int
  3. 所属分类:杀毒

    • 发布日期:2024-05-19
    • 文件大小:4885504
    • 提供者:王生
  1. DecisionTree

    0下载:
  2. 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){ string filename = "source.txt" DecisionTree dt int attr_node = 0 TreeNode* treeHead = nullptr set<int> readLineNum vector<int
  3. 所属分类:杀毒

    • 发布日期:2024-05-19
    • 文件大小:4885504
    • 提供者:王生
  1. decisiontree-text-classfication

    0下载:
  2. 机器学习——决策树文本分类 基于vs2012编写,内有训练文本集。-machine-learning text classfication by decisiontree,program in the visualstudio2012.include a set of text to train.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:9420800
    • 提供者:
  1. DecisionTree

    0下载:
  2. matlab代码实现决策树,是学习数据挖掘的基本分类器的入门代码-DecisionTree classifier about data mining coded by matlab
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:JOSEPH
« 12 3 4 5 »

源码中国 www.ymcn.org