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

搜索资源列表

  1. wekajava

    0下载:
  2. 由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦-by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and regr
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8664318
    • 提供者:石刘红
  1. Qihang-Wang-HW1_PART2

    0下载:
  2. Machine Learning 的decision tr-Machine Learning of the decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:47487
    • 提供者:qihang wang
  1. BestSplit

    0下载:
  2. its a gini, entropy and gain calculation deciding wat attribute to split in a decision tr-its a gini, entropy and gain calculation deciding wat attribute to split in a decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1728
    • 提供者:JACK BAUER
  1. JapaneseVowels

    1下载:
  2. 数据挖掘的应用,对数据集建立决策树,然后利用测试集中的数据判断测试。并给出最终的决策判断的正确率。-The application of data mining, decision tree on the data set, and then use the test to determine the test data set. The final decision making given the correct rate.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:7191
    • 提供者:
  1. dssTree

    0下载:
  2. ID3 Decision Tree Algorithm JAVA realize: ID3 machine learning algorithm is a classification method, the example of using java to build a multi-tree algorithm id3 realize.
  3. 所属分类:Java Develop

  1. ID3

    0下载:
  2. ID3 is data classification algorithm.it is used to generate decision tree from given data set.decision is used to make strategic decision from generated decision tree.-ID3 is data classification algorithm.it is used to generate decision tree from giv
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3507
    • 提供者:dinu
  1. Entropy

    0下载:
  2. its program for finding entropy so we can use it in the decision tree -its program for finding entropy so we can use it in the decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:830
    • 提供者:zina
  1. BFTree

    0下载:
  2. 数据挖掘中经典的决策树算法java代码实现-decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:15227
    • 提供者:
  1. RoughSet3_1

    0下载:
  2. java实现的以粗糙集改进的决策树经典算法ID3,并有小实例进行测试,结果正确。-Java realize decision tree classic ID3 algorithm, and a small example to test, the result is correct.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:39148
    • 提供者:施如
  1. J48

    0下载:
  2. J48 (unpruned or pruned C4.5 decision tree algorithm) WEKA project
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:4174
    • 提供者:CoolHabesha
  1. db

    0下载:
  2. Decision tree for databases using entropy
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2280
    • 提供者:Hkpbaba
  1. ID3

    0下载:
  2. 决策树ID3 算法 1. 假设所有的属性值域都是分类型或名词离散型的 2.求信息增益时,log函数本来应以2为底,但是为了方便起见,直接调用了java.util.Math类中的以e为底的log函数,无论以什么为底均不会对影响结果产生影响 3.最后的输出并没有以树结构的形式给出,但是可以根据输出结果分析出决策树的结构-decision tree ID3
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:16933
    • 提供者:王璐
  1. TreeID3

    0下载:
  2. 决策树ID3分类算法以及朴素贝叶斯分类算法可以用于数据的分类-Decision tree ID3 classification algorithm and the naive Bayesian classifier algorithm can be used for data classification
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:27650
    • 提供者:张海龙
  1. DT_C45

    2下载:
  2. 用C++实现决策树的C4.5算法,又一个例子,有详细的建树过程,分别写出了每个函数,能够实现,有参考价值-With C++ realize decision tree C4.5 algorithm, and an example, a detailed construction process, write each function, can be achieved, there is reference value
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-12-19
    • 文件大小:5794474
    • 提供者:刘钰
  1. C4_5

    0下载:
  2. 用C++实现决策树的C4.5算法,有详细的建树过程,能够实现,有参考价值-With C++ realize decision tree C4.5 algorithm, has a detailed construction process, can be realized, there is reference value
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:862374
    • 提供者:刘钰
  1. datamining-algorithm

    0下载:
  2. 数据挖掘的经典算法的java实现,含源码和说明。包括了ID3决策树,贝叶斯分类器等经典算法。-A Java implementation of classic data mining algorithm, including source code and instructions. Including the ID3 decision tree, bayes classifier and classic algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:450889
    • 提供者:ming
  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. id3

    0下载:
  2. data mining id3 algorithms decision tr-data mining id3 algorithms decision tree
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:4219
    • 提供者:djanahana
  1. for-java

    0下载:
  2. 是决策树的数据训练源码,但是决策树部分没有全部实现-The data source is a decision tree training, but some did not achieve full tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4178
    • 提供者:reacher
  1. ID3

    0下载:
  2. 决策树的ID3源码 是比较好的源程序,实现了离散数据的训练-ID3 decision tree is a better source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:5717
    • 提供者:reacher
« 1 23 4 »
搜珍网 www.dssz.com