搜索资源列表

  1. r8

    0下载:
  2. 这是一个有关决策树分类器中C4.5算法的原程序-This is a decision tree classifiers on which the original algorithm C4.5 procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:160768
    • 提供者:周俊萍
  1. 92 java版本

    0下载:
  2. 本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码-this procedure is used java language classification of data mining algorithms decision tree classification code Bank
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:240640
    • 提供者:李雪
  1. c4.5r8.tar

    0下载:
  2. 本程序是用c语言编写的基于决策树分类方法的数据挖掘算法,它对测试集进行分类,挖掘出潜在的规则-this procedure is used to prepare the language c decision tree classification based on the data mining algorithm, which tests set for classification, tapping the potential r
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:149504
    • 提供者:李雪
  1. dtview-java

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

    • 发布日期:2024-05-05
    • 文件大小:145408
    • 提供者:郭勇
  1. 决策树学习及SEE5的使用

    0下载:
  2. 数据挖掘分类算法决策树学习算法介绍以及SEE5的使用说明-data mining algorithms decision tree classification algorithm presentations and the use SEE5
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:109568
    • 提供者:黄瑞
  1. HeartDM

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

    • 发布日期:2024-05-05
    • 文件大小:104448
    • 提供者:罗成
  1. 5611969759

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

    • 发布日期:2024-05-05
    • 文件大小:19456
    • 提供者:yebin
  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-05
    • 文件大小:139264
    • 提供者:胡伟湘
  1. id3matlab

    0下载:
  2. Id3是最基础的决策树分类方法,是其他决策树分类方法的基础,这个是Id3分类方法的matlab 实现-Id3 is the most basic decision tree classification method, other methods of decision tree classification, this classification method is id3 realize the matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:tian
  1. TheStudyofDecisionTreeClassifyingMethodinDataminin

    0下载:
  2. 分类知识的获取是数据挖掘要实现的重要任务之一,其核心问题是解决分类模型的构造和分类算法实现。本文以决策树分类方法中有代表性的方法C4.5为例,介绍数据挖掘中一种分类方法一决策树分类方法及其构建和应用研究。-Classification of knowledge acquisition is a data mining in order to achieve one of the important tasks, the core of
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-05
    • 文件大小:177152
    • 提供者:梁旭
  1. DecisionTree

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

    • 发布日期:2024-05-05
    • 文件大小:202752
    • 提供者:luanjinlong
  1. wajue

    0下载:
  2. 利用VC++实现决策树分类算法,已经测试过!可用-Use VC++ Realize the decision tree classification algorithm has been tested! Available
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:928768
    • 提供者:
  1. file

    0下载:
  2. c++ 实现 决策树 分类算法,规模很小但是很简练的一个算法-c++ realization of the decision tree classification algorithm, the size of a small but very concise algorithm for
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:wxiw
  1. id3matlab

    0下载:
  2. id3算法用MATLAB实现决策树分类器程序。-id3 decision tree!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:广庆
  1. C4_5

    0下载:
  2. c4.5经典算法,实现决策树分类功能,可以对连续数值和离散数值实现很好的分类,并有剪枝功能-c4.5 classic algorithms, to achieve the decision tree classification, can be continuous and discrete numerical values to achieve good classification, and a pruning function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:zhangyi
  1. Application_of_Decision_Trees_on_uncertain_data.ra

    0下载:
  2. 决策树分类算法在不确定型数据方面的应用,首先进行学习,然后进行分类-Application of Decision Trees on uncertain data
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:175104
    • 提供者:赵全来
  1. ID3

    0下载:
  2. ID3算法是数据挖掘中常用的算法,属于决策树分类算法,其分类速度较快,尤其对于大规模数据。-ID3 algorithm is commonly used in data mining algorithms, decision tree classification algorithm is, the classification speed, especially for large-scale data.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:13312
    • 提供者:小恒星
  1. matlab-code

    0下载:
  2. 小波分析 图像融合 决策树分类 matlab 源代码 -fusion image, classify
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:382976
    • 提供者:matilda
  1. 决策树分类代码

    0下载:
  2. 本代码基于MATLAB平台完成,对图像进行相应的决策树分类(This code is based on the MATLAB platform, for the corresponding decision tree classification)
  3. 所属分类:其他小程序

  1. 决策树分类实验(乳腺癌)

    1下载:
  2. 决策树分类程序,包含使用的数据集和运行结果(Decision tree classifier, including data sets used and running results)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:584704
    • 提供者:王凯凯325
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org