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

搜索资源列表

  1. dtview-java

    1下载:
  2. java语言实现的一个在数据挖掘中能图形化显示决策树分类结果的程序。-java language of a data mining can display graphical decision tree classification procedures.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:145778
    • 提供者:郭勇
  1. HeartDM

    0下载:
  2. 一个含有朴素贝耶斯分类方法和决策树分类方法的源代码-a Epistemology contain simple decision tree classification methods and classification of the source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:104643
    • 提供者:罗成
  1. c4.5r8

    1下载:
  2. 决策树分类算法源代码,非常优秀的数据挖掘工具包,全部使用C语言完成的-decision tree classification algorithm source code, excellent data mining tool kits, all use the C language completed
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:161431
    • 提供者:刘志刚
  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. 5611969759

    0下载:
  2. 决策树分类的ID3算法[VC++],请大家多指教,-the ID3 decision tree classification algorithm [VC], please enlighten everyone, thank you
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19702
    • 提供者:yebin
  1. ID3

    0下载:
  2. ID3算法,对随机生成的15组数据进行最佳分类,得到最佳决策树-ID3 algorithm, randomly generated 15 sets of data were the best classified, best decision tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:49887
    • 提供者:chenmao
  1. 牙刷data

    0下载:
  2. 之前一个牙刷项目中涉及磁力计用到的东西,使用决策树生成的分类器,初级版本。(A primary version of the classifier generated by decision trees.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:41984
    • 提供者:drake_chaos
  1. DicisionTree

    0下载:
  2. 决策树算法的简单实现,决策树(Decision Tree)是一种简单但是广泛使用的分类器。通过训练数据构建决策树,可以高效的对未知的数据进行分类。决策数有两大优点:1)决策树模型可以读性好,具有描述性,有助于人工分析;2)效率高,决策树只需要一次构建,反复使用,每一次预测的最大计算次数不超过决策树的深度。(A simple implementation of decision tree algorithms, decision tree (Decision Tree) is a simple b
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:武林至尊
  1. tree

    0下载:
  2. 使用决策树对存储器进行分类并预测隐形眼镜类型(The classification of memory and prediction of contact lens type using decision tree)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:zengw
  1. 51622453code

    0下载:
  2. 模式识别的第二次作业,有关使用决策树来进行男女生的分类问题。(The second job of pattern recognition involves the use of decision trees to classify male and female students.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:9216
    • 提供者:加油星鹏
  1. DecisionTreeID3

    0下载:
  2. ID3算法是一种贪心算法,用来构造决策树。ID3算法起源于概念学习系统(CLS),以信息熵的下降速度为选取测试属性的标准,即在每个节点选取还尚未被用来划分的具有最高信息增益的属性作为划分标准,然后继续这个过程,直到生成的决策树能完美分类训练样例。(The ID3 algorithm is a greedy algorithm, which is used to construct a decision tree. ID3 algorithm originated from the concept
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:2500608
    • 提供者:秦冰
  1. CART

    0下载:
  2. 对汽车评估的分类决策树构建,使用了常用的python的机器学习库scikit-learn(Construction of classified decision tree for automobile evaluation,Use the common Python's machine learning library scikit-learn)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:34816
    • 提供者:yolandera
  1. Iris_DecisionTree

    0下载:
  2. python 鸢尾花(iris)数据分类测试程序,采用决策树方法。(Python iris flower (IRIS) data classification test program, using the decision tree method.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:rhlee2k
  1. DecisionTree

    0下载:
  2. 利用Anaconda编写的决策树,可用于分类(This decision tree algorithm which is used for classification coded by Anaconda.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. DCT

    0下载:
  2. 机器学习的决策树,通过调用sklearn中的函数完成,同时可以对txt文件中的数据集进行分类(Decision Tree,machine learning,separate the dataset in txt files.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:Joeyq
  1. DT

    0下载:
  2. 调用于sklearn平台的决策树算法,有着较好的分类能力(The decision tree algorithm used in sklearn platform has good classification ability)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:沉寂lll
  1. GBDT

    0下载:
  2. 调用于sklearn平台的梯度提升决策树算法,有着较好的分类能力(The GBDT algorithm used in sklearn platform has good classification ability)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:794937246
  1. ID3

    2下载:
  2. 基于matlab的决策树ID3算法,完成对数据集的分类问题(Based on matlab decision tree ID3 algorithm, the classification of data sets is completed.)
  3. 所属分类:其他

    • 发布日期:2020-11-07
    • 文件大小:4096
    • 提供者:绯色Jennifer
  1. adult

    1下载:
  2. 本人课设实现的基于决策树和朴素贝叶斯对Adult数据集进行分类!(Adult dataset is classified based on decision tree and naive bayes!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-03-12
    • 文件大小:580608
    • 提供者:zxhohai
  1. 随机森林算法分类、回归

    8下载:
  2. 随机森林分类器,matlab写的,直接可以运行,不需要该任何东西,详细看readme和案例。-Random Forest classifier, matlab write, direct run, does not require that anything
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com