CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CART c4.5

搜索资源列表

  1. Cart

    3下载:
  2. 实现决策树分类训练试验。 源自c4.5,在windows下用C++实现,简洁好用。用户只需要构建好特征说明文件,并选择一些参数既可以进行试验。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:139967
    • 提供者:胡伟湘
  1. matlab

    0下载:
  2. 决策树C4.5和CART算法的m源码 -CART decision tree algorithm C4.5 and the source m
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3637
    • 提供者:王麦
  1. five-algrithms

    0下载:
  2. 資料挖掘的五個最熱門演算法,包括adaboost,C4.5,CART,ID3,Fuzzy_k means等.-The most popular five algrithms applied in Data mining
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:354341
    • 提供者:scott
  1. DecisionTrees

    0下载:
  2. this decision tree ID3 algorithm, this algorithm is one of decision tree algorithm like cart, chaid, c4.5, etc-this is decision tree ID3 algorithm, this algorithm is one of decision tree algorithm like cart, chaid, c4.5, etc
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:466018
    • 提供者:sang
  1. 10Algorithms-08

    0下载:
  2. This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:622470
    • 提供者:sukmawati
  1. 10Algorithms-08

    0下载:
  2. This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:636336
    • 提供者:ParisM
  1. test_draworb0

    0下载:
  2. 高级信息提取 基于专家知识的决策树分类:规则获取(经验总结、数据挖掘如c4.5 cart算法)、规则定义以及构建决策树 -Advanced information extraction based on expert knowledge of the decision tree classification: the rules to get (lessons learned, data mining algorithms such as c4.5 cart), definit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1933
    • 提供者:陈红
  1. test_object

    0下载:
  2. 高级信息提取 基于专家知识的决策树分类 -Advanced information extraction based on expert knowledge of the decision tree classification: the rules to get (lessons learned, data mining algorithms such as c4.5 cart), definitions and rules to build decision trees
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2216
    • 提供者:陈红
  1. 10-da--suanfa

    0下载:
  2. 讲述了最著名的十大数据挖掘算法,经典资料,国际权威的学术组织the IEEE International Conference on Data Mining (ICDM) 2006年12月评选出了数据挖掘领域的十大经典算法:C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART.-About the top ten most famous data mining algorithms, the
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:57531
    • 提供者:吴贵锋
  1. dataming

    0下载:
  2. 介绍数据挖掘的10种主要算法及其应用 一种透过数理模式来分析企业内储存的大量资料,以找出不同的客户或市场划分,分析出消费者喜好和行为的方法。 -Top 10 algorithms in data mining his paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:633846
    • 提供者:andyzygg
  1. machine-learning-2

    0下载:
  2. 机器学习算法之C4.5与CART,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-The machine learning algorithm C4.5 and CART, the classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:727065
    • 提供者:zhongrui
  1. classificiation-algorithm-overview

    0下载:
  2. 机器学习领域经典分类算法综述,包括Decision Tree(ID3、C4.5(C5.0)、CART、PUBLIC、SLIQ和SPRINT算法),三种典型贝叶斯分类器(朴素贝叶斯算法、TAN算法、贝叶斯网络分类器),k-近邻 、 基于数据库技术的分类算法( MIND算法、GAC-RDB算法),基于关联规则(CBA:Classification Based on Association Rule)的分类(Apriori算法),支持向量机分类,基于软计算的分类方法(粗糙集(rough set)、遗传
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:30590
    • 提供者:MM
  1. DT

    0下载:
  2. 人工智能方面的决策树算法,包括C4.5 ID3 CART三种评判标准实现方式 -Artificial intelligence decision tree algorithms, including three kinds of criteria C4.5 ID3 CART implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2997596
    • 提供者:潘霏
  1. weka机器学习十大算法

    2下载:
  2. 对机器学习领域的十个经典算法进行了详细介绍,包括:AdaBoost、Apriori、C4.5、CART、EM、K-means、kNN、PageRand、SVM和朴素贝叶斯(Ten classical algorithms in machine learning domain are introduced in detail, including AdaBoost, Apriori, C4.5, CART, EM, K-means, kNN, PageRand, SVM and Nave Baye
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:4810752
    • 提供者:kmsj
  1. classical-machine-learning-algorithm-master

    0下载:
  2. bayesian, k-means, knn, SVM, The Apriori algorithm, expectation-maximization(EM), C4.5, page rank, AdaBoost, CART
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:11264
    • 提供者:莲66
  1. 决策树与随机森林

    2下载:
  2. 给出对决策树与随机森林的认识。主要分析决策树的学习算法:信息增益和ID3、C4.5、CART树,然后给出随机森林。 决策树中,最重要的问题有3个: 1. 特征选择。即选择哪个特征作为某个节点的分类特征; 2. 特征值的选择。即选择好特征后怎么划分子树; 3. 决策树出现过拟合怎么办? 下面分别就以上问题对决策树给出解释。决策树往往是递归的选择最优特征,并根据该特征对训练数据进行分割。(The understanding of decision tree and random
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:2114560
    • 提供者:ZJN27
搜珍网 www.dssz.com