CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 决策树 C

搜索资源列表

  1. dtview

    0下载:
  2. 决策树 C4.5 分类器, 用C语言写的.大家一起参考一下.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:143178
    • 提供者:sj2ac
  1. DialogDb_demo

    0下载:
  2. 实现了表的创建,删除,查询等功能的简单例子 -An simple example implementing create, delete and query of a table
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-09
    • 文件大小:41007
    • 提供者:站长
  1. r8

    0下载:
  2. 用C++实现的决策树,其中有一个readme文件,希望大家能够好好阅读 -decision tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:160630
    • 提供者:刘毅
  1. dtree

    0下载:
  2. DTRee决策树生成算法 利用c语言实现-DTRee decision tree generation algorithm using c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:162601
    • 提供者:HUang
  1. 1

    0下载:
  2. D3的源码决策树最全面最经典的版本.id3决策树的实现及其测试数据.id3 一个有用的数据挖掘算法,想必对大家会有所帮助!id3算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-D3 of the source tree the most comprehensive version of the most classic. Id3 decision tree and its test data. Id3 a useful data mining algorit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:40390
    • 提供者:kintsen
  1. id3c

    0下载:
  2. Id3的实现求决策树算法代码 -求决策树算法代码求决策树算法代码
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:32284
    • 提供者:李明
  1. C4.5

    1下载:
  2. c45决策树算法,其中输出结果为正确分类率、错误分类率和不可识别率,由c++编写-c45 decision tree,c++
  3. 所属分类:其他小程序

    • 发布日期:2017-04-21
    • 文件大小:102713
    • 提供者:杨景明
  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. jueceshu

    1下载:
  2. 基于C++语言实现的一个决策树算法的程序。-C++ language based on a decision tree process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1896441
    • 提供者:白浩
  1. DecisionTree-in-cSharp

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

    • 发布日期:2017-03-22
    • 文件大小:27417
    • 提供者:EMMILY
  1. Cc45zip4

    0下载:
  2. 决策树c4.5算法的c++实实现 希望对大家有用可直接使用。 -The decision tree c4.5 algorithm c++ implemented to achieve the hope that useful can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2600907
    • 提供者:kommkk
  1. C4.5

    0下载:
  2. 用c++编写的决策树识别,数据来源为csdn上一位大神的经典之作-Classic written c++ decision tree identification, data sources from csdn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:816794
    • 提供者:杨青云
  1. DecisionTree

    1下载:
  2. C++编写的C4.5决策树程序,为数据挖掘基础算法。 网址为:http://www.cnblogs.com/michaelGD/archive/2012/11/14/2770758.html-C++ written C4.5 decision tree program, the foundation for the data mining algorithms. Site at: http://www.cnblogs.com/michaelGD/archive/2012/11/14/277
  3. 所属分类:其他小程序

    • 发布日期:2013-12-19
    • 文件大小:1506873
    • 提供者:fy
  1. DecisionTree

    0下载:
  2. c#写的决策树,适合初学者学习,很不错的学习资料-c# write tree
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4318359
    • 提供者:孙宁
  1. C5.0-------

    1下载:
  2. C4.5决策树算法,C++算法,通过仔细阅读,可以很方便的了解跟学习决策树算法。-C4.5 decision tree algorithm, C++ algorithm, by reading carefully, you can easily understand the decision tree algorithm with learning.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:70781
    • 提供者:凉风
  1. ID3

    0下载:
  2. ID3算法的C++实现,实现通过训练集建立决策树,测试集可以测试决策树的准确性-the realize of ID3 algorithm by c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:730805
    • 提供者:ltc
  1. ID3

    0下载:
  2. 本算是用ID3算法实现决策树,在visual C++ 环境下实现的-Implement the decision tree ID3 algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3075
    • 提供者:vivian
搜珍网 www.dssz.com