CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - tree

搜索资源列表

  1. decision-making-tree-algorithm

    1下载:
  2. One kind of decision-making tree algorithm, can be seen as one kind data mining algorithm ,find the rule from large-scale data middle.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15840
    • 提供者:渐令
  1. AprioriANDFPtree.rar

    0下载:
  2. 实现了数据挖掘算法中关联规则挖掘的Apriori和FP-tree算法,其中FP-tree算法可绘制出FP树,并显示中间结果和最后生成的规则,Apriori and FP-tree in DM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1068938
    • 提供者:willnow
  1. Spanning-tree

    0下载:
  2. 利用图论中生成树的概念编写的全部生成树代码,由于缺少中间的实数编码遗传算法代码,所以还不能得出完整的结果,但整个程序框架是正确的!-Spanning tree in graph theory using the concept of writing all the spanning tree code, the lack of the middle of the real-coded genetic algorithm code, so it can not come to a complete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3566
    • 提供者:小玉
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:624713
    • 提供者:duckur
  1. CART

    1下载:
  2. 这是一个分类和回归树算法,它提供一种通用框架将各种各样不同的判定树实例化。-This is a classification and regression tree algorithm, which provides a common framework a wide variety of different decision tree instantiation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1364
    • 提供者:肖箫
  1. decision-tree

    0下载:
  2. 本程序实现了一个决策树生成程序, 决策树学习是应用最广的归纳推理算法之一。这是一种逼近离散值函数的方法,对噪声数据有很好的健壮性且能够学习析取表达式。在这种方法中学习到的函数被表示为一棵决策树。学习得到的决策树也能再被表示多个if-then规则,以提高可读性。本程序附带详细的说明文档-decision tree ID3
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:51655
    • 提供者:
  1. NeC45

    0下载:
  2. NeC4.5 is a variant of C4.5 decision tree, which could generate decision trees more accurate than standard C4.5 decision trees, through regarding a neural network ensemble as a pre-process of C4.5 decision tree.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:8347
    • 提供者:
  1. decision+tree

    0下载:
  2. 决策树,很经典,不是一般的经典,你看看吧-Decision tree, it is classic, not an ordinary classic, you take a look at it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:640811
    • 提供者:朱朱
  1. DT

    0下载:
  2. 决策树算法的详细介绍和例子,希望有用-A detailed descr iption of decision tree algorithm and examples, I hope useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:113882
    • 提供者:tang yang
  1. lab

    0下载:
  2. 基于2叉树svm的入侵检测算法,构造偏态二叉-2-tree SVM-based intrusion detection algorithms, binary structure skewness
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:655
    • 提供者:xinyi
  1. Genetic-Algorithm-for-Minimum-SpanningTree

    0下载:
  2. 使用遗传算法求解最小生成树的编码,C++环境-Genetic Algorithm for Minimum Spanning Tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:9455
    • 提供者:lee
  1. apriori

    0下载:
  2. A program to find association rules and frequent item sets (also closed and maximal) with the apriori algorithm (Agrawal et al. 1993), which carries out a breadth first search on the subset lattice and determines the support of itemsets by subset tes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:124045
    • 提供者:hjp
  1. SVMDecision

    3下载:
  2. VM分类器通常具有较高的分类精度。我这里不想过多的去说SVM是怎么回事,只是提供一种使用SVM进行判别的方法。决策树与SVM的结合,可以分多类。-VM classifier usually has a higher classification accuracy. I do not want too much here to say how the matter SVM, SVM is used to provide a method for identification. The combin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:105661
    • 提供者:steve
  1. AGA

    1下载:
  2. 单点交叉 单点变异 确定式选择法 自适应的遗传算法生成最小树-Adaptive genetic algorithm generates minimum spanning tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5502
    • 提供者:yang
  1. 2004070715074225631

    0下载:
  2. learning decision tree algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:338429
    • 提供者:zhongyan
  1. J48cv

    1下载:
  2. 基于决策树的n则交叉验证分类器-based on decision tree cross-validation classifier.....................
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:235531
    • 提供者:yinjj
  1. Computer-aided-fault-tree-graphics-rendering-algor

    0下载:
  2. 事故树图形的计算机辅助绘制算法研究Computer-aided fault tree graphics rendering algorithms-Computer-aided fault tree graphics rendering algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:404133
    • 提供者:nanjing001
  1. decision-tree

    0下载:
  2. 该算法是数据挖掘中的数据分类算法,通过构造决策树,进而实现对数据的分类。-Data classification, decision tree structure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:198510
    • 提供者:小恒星
  1. Fuzzy-Decision-Tree-Algorithms

    0下载:
  2. Fuzzy Decision Tree Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1350962
    • 提供者:Artz
  1. decision tree

    0下载:
  2. 决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解法。本代码提供生成决策树的算法。(A decision tree is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including c
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2137088
    • 提供者:呜呜2018
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com