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

搜索资源列表

  1. paper

    0下载:
  2. 关于数据挖掘的分类算法,主要介绍基于不确定数据的决策树算法-With regard to the classification of data mining algorithms, mainly introduces the decision tree algorithm based on uncertain data
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:685053
    • 提供者:任广明
  1. finalcode

    0下载:
  2. 决策树分类器的代码,用Python编写,用于各种分类训练-Code decision tree classifier, using Python, for a variety of classified training
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:174064
    • 提供者:路伟
  1. target-detection-algorithm-

    0下载:
  2. 为克服传统目标识别方法在处理空间特征分布极为复杂的数据时的缺点,提出1 种基于决策树的多特征检测算法,并将其应用到基于视频的海上搜救目标检测中. 该算法首先提取图像中的颜色、亮度等信息,通过计算各特征的信息增益建立决策树,将搜救目标检测问题分解成3 层决策树分类问题. 实验表明,该算法能够提高多特征目标检测的效率,在救生艇、筏等海上搜救目标检测的应用中取得较好的结果.-Characteristics to overcome the traditional target recognition m
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:168920
    • 提供者:majun
  1. ID3

    0下载:
  2. 自己写的, 决策树分类, machine learning project-ID3 classifitor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:2527
    • 提供者:许涛
  1. ID3

    1下载:
  2. 决策树分类算法的实现和性能测试,使用UCI Iris Data Set进行测试。-Implementation and performance testing of the decision tree classification algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:6431
    • 提供者:xplife
  1. ID3

    0下载:
  2. 在VS2010平台上编写的ID3决策树分类算法,包含一个小的训练数据sample.text-VS2010 platform to write the ID3 decision tree classification algorithm, contains a small training data sample.text
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:3308569
    • 提供者:Zhoufan
  1. sjwjfenlei

    0下载:
  2. 决策树分类器 非常好用 大家快来下载 真正的决策树分类器 -The decision tree classifier is very easy to use Come download real decision tree classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:3296
    • 提供者:咪达
  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. C4_5Cha

    1下载:
  2. matlab中粗糙集属性约简的决策树分类的方法以及如何建立和使用决策树代码-decision tree
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:2048
    • 提供者:Tony
  1. ID3

    0下载:
  2. 基于ID3的决策树分类算法,是数据挖掘中常用的一种算法。代码压缩包中包含所有java程序,但需要用户自己建立数据库的表。-ID3-based decision tree classification algorithm, is a commonly used data mining algorithms. Code archive contains all java program, but requires the user to create their own database table
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:8824
    • 提供者:郭晨
  1. c45

    1下载:
  2. C45决策树分类预测学生成绩分析,根据网上代码修改-C45 decision tree analysis to predict student achievement, according to the online code changes
  3. 所属分类:TreeView

    • 发布日期:2016-05-04
    • 文件大小:141312
    • 提供者:dongruyi
  1. id3

    0下载:
  2. 基于空间向量模型的高性能、高效率ID3算法决策树分类-Vector space model based on high-performance, high-efficiency ID3 decision tree classification algorithm
  3. 所属分类:Search Engine

    • 发布日期:2017-04-05
    • 文件大小:6533
    • 提供者:罗志辉
  1. Decisiontree

    1下载:
  2. 实现基本功能的决策树分类算法,可以对连续变量进行处理,能显示生成的决策树。-Basic functions of decision tree classification algorithm for continuous variables can be processed to show the resulting decision tree.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2649
    • 提供者:zhaojianghua
  1. tree

    0下载:
  2. 决策树分类的各种代码,包括ID3、c4.5等等,有界面可以运行-Various code of decision tree classification, including ID3, C4.5 and so on, there are interface can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:14556
    • 提供者:郭斌
  1. released

    0下载:
  2. 本文件是我自己写的决策树的一个例子,很适合初学者学习,用决策树分类,实现很简单-This document is an example of the decision tree of my own writing, it is suitable for beginners to learn, decision tree classification, to achieve a very simple
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:284566
    • 提供者:chituma
  1. classification-Python

    0下载:
  2. python实现感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机-Python implementation of perceptron, Bias classification, decision tree classification, K nearest neighbor method, logic regression, support vector machine
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:34735
    • 提供者:yao
  1. decision-tree-classifier

    0下载:
  2. 决策树分类算法,是一种有效的分类算法,在模式识别有应用-Decision tree classification algorithm, is an effective classification algorithm, in the pattern recognition applications
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:88914
    • 提供者:谢达
  1. dtree_cart

    0下载:
  2. 本程序主要实现了cart决策树分类算法,供初学者学习和使用,代码中有样例,运行代码可以得到分类结果。-The program achieved a major cart decision tree classification algorithm, for beginners to learn and use the code in the sample, run the code can be obtained classification result.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5836
    • 提供者:雒培磊
  1. Ch03

    0下载:
  2. Python 机器学习与实战 第三章 决策树分类问题-Python Machine Learning and practical decision tree classification Chapter III
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:4314
    • 提供者:heortywe
  1. Ch03

    0下载:
  2. 这是《机器学习实战》中,讲述的决策树,运用Python语言设计决策树分类器,完全可以应用该算法-decision tree classification,demo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6752
    • 提供者:邓延丽
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com