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

搜索资源列表

  1. DT

    0下载:
  2. 关于数据挖掘中的决策树ID3算法的代码。-About Data Mining ID3 decision tree algorithm code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:11566
    • 提供者:仪珂
  1. C4.5

    0下载:
  2. C4.5版本决策树程序源代码,简单易懂,队初学数据挖掘者有个很好的参考价值。-C4.5 decision tree version of the source code, easy to understand, the team novice data miners have a good reference value.
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:913715
    • 提供者:jcy
  1. RandomForest

    0下载:
  2. 基于决策树实现的随机森林算法,是数据挖掘中一个经典的分类算法,对初学者具有很好的学习参考意义。-Based on Decision Tree achieved random forests algorithm is a classical data mining classification algorithm, for beginners to learn with a good reference value.
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:7989
    • 提供者:jcy
  1. Id3

    0下载:
  2. web数据挖掘技术的决策树算法ID3的Java源代码。-web data mining technology ID3 decision tree algorithm Java source code. . . . . . .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4515
    • 提供者:李宝极
  1. Trees-J48-Java-Code

    0下载:
  2. 决策树算法J48的Java源程序,十大经典算法之一。eclipse环境下导入算法可进行数据分类。-J48 decision tree algorithm of Java source code, one of the top ten classical algorithm. eclipse environment can import data classification algorithms.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:5803
    • 提供者:李杰
  1. C45Test

    0下载:
  2. 决策树java实现,包括工程,以及源代码,直接打开就可以使用。-decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:17877
    • 提供者:年笑
  1. C4.5_Source

    1下载:
  2. 使用纯JAVA语言原生开发C4.5决策树算法,没有使用工具包,并且通过界面展示了生成的决策树图像。-Using pure JAVA language Native Development C4.5 decision tree algorithm, do not use the toolkit, and by interface shows the image generated by the decision tree.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1831651
    • 提供者:zk
  1. jbrt-master

    0下载:
  2. 机器学习算法中的迭代决策树算法,是一种用途非常广泛的多决策树算法,可以有效的解决问题-Machine learning algorithms in iterative decision tree algorithm, is a very versatile multi-tree algorithm can effectively solve the problem
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4031881
    • 提供者:下载专用号
  1. source

    0下载:
  2. 对两个数据集分别建立决策树,并运用自适应算法和随机森林,并验证准确率-Of the two data sets were established decision tree, and the use of adaptive algorithms and random forest, and verify accuracy
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:44347
    • 提供者:BojieLiu
  1. ID3-java

    0下载:
  2. 这是模式识别中的决策树那一章中的ID3算法,包含很多文件-This is a pattern recognition decision tree ID3 algorithm of the chapter, contains many files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:60515
    • 提供者:王雨
  1. moh

    0下载:
  2. Example for GENERATE DECISION TREE of animal
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:mohzaim
  1. src.tar

    0下载:
  2. c45算法java实现,机器学习决策树算法的简单实现-c45 algorithm to achieve the java machine learning decision tree algorithm simple implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2618
    • 提供者:陈琨
  1. ID3

    0下载:
  2. Java实现决策树方法 ID3算法的简单例子-Java ID3 decision tree algorithm is simple example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7470
    • 提供者:icypriest
  1. C4.5

    1下载:
  2. 数据挖掘 决策树算法 C4.5 JAVA编程实现 GUI界面显示决策树的分析结果-DataMining decision tree C4.5 in java code GUI interface to show the result of decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-05-05
    • 文件大小:908405
    • 提供者:koolboy
  1. ID3

    0下载:
  2. ID3决策树的建立,直接在eclipse上运行-ID3 decision tree establishment, run directly in the eclipse
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1114
    • 提供者:shi
  1. RandomForest

    0下载:
  2. 随机森林是由多棵树组成的分类或回归方法。主要思想来源于Bagging算法,Bagging技术思想主要是给定一弱分类器及训练集,让该学习算法训练多轮,每轮的训练集由原始训练集中有放回的随机抽取,大小一般跟原始训练集相当,这样依次训练多个弱分类器,最终的分类由这些弱分类器组合,对于分类问题一般采用多数投票法,对于回归问题一般采用简单平均法。随机森林在bagging的基础上,每个弱分类器都是决策树,决策树的生成过程中中,在属性的选择上增加了依一定概率选择属性,在这些属性中选择最佳属性及分割点,传统做法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1164
    • 提供者:小代
  1. JavaC4.5

    0下载:
  2. Data mining C4.5 Decision Tree Algorithm on Java
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:19386
    • 提供者:Kostya
  1. DecisionTree

    0下载:
  2. 机器学习算法决策树算法中ID3算法的简单实现代码-Machine learning algorithms decision tree algorithm ID3 algorithm implementation code simple
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3247
    • 提供者:AliceLing
  1. 决策树(java)variance 回归

    0下载:
  2. mllib调用决策树的java代码,希望对大家有帮助(Mllib calls the Java code of the decision tree)
  3. 所属分类:Java编程

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:XY123456
  1. 决策树C4.5

    0下载:
  2. 利用决策树训练训练器 分辨 有毒蘑菇和无毒蘑菇 java书写,包含训练集及说明 代码无bug(Using decision tree training trainer to distinguish poisonous mushroom and non-toxic mushroom Java writing, including training set and explanation code.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-14
    • 文件大小:39545
    • 提供者:西书城店
« 1 2 34 »
搜珍网 www.dssz.com