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

搜索资源列表

  1. C4_5_explaned

    0下载:
  2. matlab的一个c4.5实现小程序,(非原创)注意将其中的break改成return,还有一些小瑕疵。-matlab c4.5 applet attention to break into the return, there are some small flaws.
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:2724
    • 提供者:杨青云
  1. C4.5

    0下载:
  2. 决策树分类 通过读取数据 求信息增益率选择最好的分离属性-Decision tree classification by reading the data and information gain ratio to select the best separation properties
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:64444
    • 提供者:lihongjun
  1. DecisionTree

    0下载:
  2. 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){ string filename = "source.txt" DecisionTree dt int attr_node = 0 TreeNode* treeHead = nullptr set<int> readLineNum vector<int> readClumNum int deep
  3. 所属分类:Kill Virus

    • 发布日期:2017-11-14
    • 文件大小:4885181
    • 提供者:王生
  1. demo

    0下载:
  2. 数据挖掘机器学习中的决策树c4.5的实现源代码,仅供学习-Data mining machine learning to achieve the source code tree c4.5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:2122912
    • 提供者:杨程成
  1. C4.5

    0下载:
  2. 决策树算法_C实现,主要是数据挖掘领域。-_C Decision tree algorithm to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:158453
    • 提供者:sky
  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. C4_5

    0下载:
  2. C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. 分类决策树算法是从大量事例中进行提取分类规则的自上而下的决策树. -C4.5 algorithm is a machine learning algorithm, a classification decision tree algorithm, the core algorithm is ID3 algorithm classification tree algorithm is extracted from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-29
    • 文件大小:2157
    • 提供者:liujiang
  1. Text2

    0下载:
  2. 用java语言实现数据挖掘经典算法之一的C4.5算法。-Using java language Classical data mining algorithms C4.5 algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2015-06-26
    • 文件大小:5120
    • 提供者:lhx
  1. DTree

    0下载:
  2. 一个实现分类决策树算法的系统。ID3算法和C4.5算法。-A decision tree algorithm to achieve classification system. ID3 and C4.5 algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:246124
    • 提供者:董旭
  1. c45

    0下载:
  2. 对C4.5程序进行了修改,使代码更加优化-Procedures for C4.5 was modified to make the code more optimized
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:764325
    • 提供者:wangshan
  1. Matlab

    1下载:
  2. C4.5的matlab实现,并且进行了详细的注释,并进行了有序化处理-C4.5 matlab realize, and conducted a detailed notes, and conducted an orderly processing
  3. 所属分类:matlab

    • 发布日期:2017-03-06
    • 文件大小:7168
    • 提供者:wangshan
  1. C4_5

    0下载:
  2. 是一个介绍及其学习算法C4.5的文档,里面讲的比较详细-Is an introduction to its learning algorithm C4.5 of the document, which the more detailed
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:268081
    • 提供者:杨啸晗
  1. adaboos

    0下载:
  2. 当弱分类器算法使用简单的分类方时,boosting的效果明显地统一地比bagging要好.当弱分类器算法使用C4.5时,boosting比bagging较好,但是没有前者的比较来得明显.-When the weak classifier algorithm using simple classification method, boosting the effect clearly uniformly better than bagging. When the weak classifier
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:153059
    • 提供者:王孟贤
  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. BI

    0下载:
  2. BI中的ID3,和C4.5算法的C++具体实现-BI in the ID3, and C4.5 algorithms C++ concrete realization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6634
    • 提供者:张宇
  1. 6ce633e678ee

    0下载:
  2. ID3和C4.5算法的java实现 数据挖掘算法-ID3 C4.5
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:241344
    • 提供者:齐雪
  1. J48

    0下载:
  2. J48算法源代码,WEKA,C4.5算法源代码-J48 algorithm source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5609
    • 提供者:xiali
  1. JAVA-decisiontree

    1下载:
  2. 本程序由Java编写,运行前请确认您的电脑上已安装JDK1.7或以上版本并配置好JDK的系统环境变量。请使用Eclipse集成开发导入源代码-The Algorithm of Decision Trees: ID3 and C4.5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:597048
    • 提供者:杨伟
  1. CSDN

    0下载:
  2. 上传的是CSDN上下的有关代码。里面包含c4.5程序,ID3等相关源代码。这是很有用的代码。-Upload is about code CSDN bottom. Which contains c4.5 program, ID3 and other related source code. It is useful code.
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6603662
    • 提供者:礼胡洛
  1. C45

    0下载:
  2. C4.5是一系列用在机器学习和数据挖掘的分类问题中的算法。它的目标是监督学习:给定一个数据集,其中的每一个元组都能用一组属性值来描述,每一个元组属于一个互斥的类别中的某一类。C4.5的目标是通过学习,找到一个从属性值到类别的映射关系,并且这个映射能用于对新的类别未知的实体进行分类。-C4.5 is used in a series of machine learning and data mining algorithms for classification problems.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:80819
    • 提供者:吕俊涛
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com