CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - decision tree in matlab

搜索资源列表

  1. C4_5.rar

    0下载:
  2. 决策树C45,用matlab编写的,数据挖掘算法。,Decision Tree C45, prepared by matlab, data mining algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2381
    • 提供者:来海锋
  1. HW5

    1下载:
  2. 对已有图像进行区域识别,画出决策树,并在测试图像上进行测试。-The image of the existing regional recognition, draw the decision tree, and the test images for testing.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:5506
    • 提供者:chang
  1. C4_5.m

    0下载:
  2. his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the poss
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2178
    • 提供者:rajesh
  1. CKPCA-HOG-SVM

    1下载:
  2. 为了准确地对监控场景中的运动目标进行语义上的分类,提出了一种基于聚类的核主成分分析梯度方向直方图和二又决策树支持向量机的运动目标分类算法。-In order to accurately monitor the movement of scene targets semantic classification, the clustering based on kernel principal component analysis of gradient direction histograms,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:544614
    • 提供者:piano
  1. ID3

    5下载:
  2. 实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。-ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1693
    • 提供者:王剑亭
  1. CART

    1下载:
  2. 这是一个分类和回归树算法,它提供一种通用框架将各种各样不同的判定树实例化。-This is a classification and regression tree algorithm, which provides a common framework a wide variety of different decision tree instantiation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1364
    • 提供者:肖箫
  1. tree

    3下载:
  2. 决策树算法的matlab实现,主要适用的是id3 算法思想-Decision Tree Algorithm to achieve the matlab main id3 algorithm is applicable to thinking
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:5747
    • 提供者:fj
  1. c4.5matlab

    1下载:
  2. c4.5 关于决策树decision tree的matlab实现程序 -c4.5 decision tree decision tree on the realization of the matlab program
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:4508
    • 提供者:凌风
  1. IDE

    0下载:
  2. The matlab code implements the ensemble of decision tree classifiers proposed in: "L. Nanni and A. Lumini, Input Decimated Ensemble based on Neighborhood Preserving Embedding for spectrogram classification, Expert Systems With Applications doi:10.101
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:665
    • 提供者:loris nanni
  1. CART

    0下载:
  2. 决策树算法的CART算法,用MATLAB编写,能有,不错的。-CART decision tree algorithm algorithm, using MATLAB to prepare, to have, good.
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:1554
    • 提供者:刘枫
  1. matlab-C4.5

    2下载:
  2. C4.5 决策树算法源码。C4.5决策树是决策树领域的经典算法。以其为内容的书籍引用率已经达到一万次以上-C4.5 decision tree
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-26
    • 文件大小:2135
    • 提供者:赵小天
  1. id3-jueceshu

    1下载:
  2. 在matlab中实现ID3决策树算法--matlab源码-In the ID3 decision tree algorithm implemented in matlab- matlab source
  3. 所属分类:matlab

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

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

    • 发布日期:2017-03-28
    • 文件大小:8705
    • 提供者:sadegh
  1. binary_decision_tree_v1.0

    0下载:
  2. this package is binary Decision Tree code implement in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1311141
    • 提供者:mohedin
  1. CART

    0下载:
  2. matlab中cart决策树源代码,用于数据的分类和预测。-source code in matlab cart decision tree for data classification and prediction.
  3. 所属分类:matlab

    • 发布日期:2016-04-05
    • 文件大小:1024
    • 提供者:阿布在
  1. decision-tree.-alg.donya

    0下载:
  2. dession tree algorithm in matlab code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4662
    • 提供者:donya
  1. ID3DecisionTree

    1下载:
  2. 原为某课大作业,改进的决策树函数,使用matlab对ID3决策树算法进行了重现。支持树的建立,打印和使用。附带部分注解-A rewrite of decision tree in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5019
    • 提供者:LosPhoenix
  1. CART

    0下载:
  2. 这是决策树的改进方法,用Matlab编写的,可以直接在matlab中使用!- This is the decision tree improvement method, using Matlab prepared, can be used directly in the matlab!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:zhangshixia
  1. 决策树

    0下载:
  2. 决 策 树 模 型决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解法。(The decision tree (Decision Tree) is the basis of probability in the known situations, through the form of decision tree to calculate
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:412672
    • 提供者:狼子
  1. MATLAB

    1下载:
  2. 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used neural network and related the
  3. 所属分类:其他

    • 发布日期:2020-02-21
    • 文件大小:743424
    • 提供者:ES1569
« 12 »
搜珍网 www.dssz.com