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

搜索资源列表

  1. ID3算法源程序(C语言)

    0下载:
  2. ID3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。输出格式是一个二叉判定树。-ID3 algorithm source. The method used was to prepare a document preservation *. dat sample data, a document preservation *. tag attributes listed, and the fina
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4852
    • 提供者:小丁
  1. binary DecisionTree

    0下载:
  2. 用VC++写的二叉决策树执行程序。修改修改就可以用。-with VC + + to write the two forks Decision Tree implementation procedures. Amendments can be amended on.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:73532
    • 提供者:罗成
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  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. HeapsortCodes

    0下载:
  2. Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:197021
    • 提供者:黃文岩
  1. shiyanbaogao

    1下载:
  2. 动态查找表的设计与实现,实现抽象数据类型:二叉查找树。实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素. -Dynamic look-up table of the design and implementation to achieve the abstract data types: binary search tree. To achieve the following: construct an empty table, des
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:111080
    • 提供者:richer
  1. two_shape_tree

    0下载:
  2. 在MATLAB 用云模型实现二叉分形树,写的很详细,有参考和学习价值-Cloud model implementation in MATLAB using the binary fractal tree, write a very detailed, with reference to and learning the value of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:7809
    • 提供者:大熊
  1. SplayTree

    0下载:
  2. A splay tree is a self-adjusting binary search tree with the additional property that recently accessed elements are quick to access again. It performs basic operations such as insertion, look-up and removal in O(log n) amortized time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1759
    • 提供者:a32
  1. AI

    0下载:
  2. 在内存中建立个二叉树,当用户输入"yes"或者"no"对子树进行相关查询,最后得出智能系统的判断。-Build a binary tree in memory when the user enters " yes" or " no" pair tree-related inquiries, came to the conclusion of intelligent systems to determine.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:33978
    • 提供者:丹丹
  1. Pqd_My_v11

    0下载:
  2. 电能质量检测平台仿真测试软件,用于验证各种检测算法的有效性,其中涉及小波变换,S变换,二叉树结构的支持向量机分类算法。-Power quality detection platform simulation test software used to verify the validity of the detection algorithm, which involves the wavelet transform, S transform and support vector machine
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-19
    • 文件大小:30776735
    • 提供者:panfenghou
  1. tree-algorithm

    0下载:
  2. 基于ID3理论的二叉树决策树算法的C++实现-Implemented decision tree algorithm, based on the the ID3 theory of binary tree C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:2096
    • 提供者:jjy
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. GA

    2下载:
  2. 1利用SOMF网络对二维空间中的点集进行分类2自然二进制码、格雷码与十进制码之间的相互转换3GA算法解决最小生成树问题-A two-dimensional space using the SOMF network to classify the set of points in two natural binary, Gray code with decimal code conversion between 3GA algorithm to solve the minimum spanning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:220024
    • 提供者:李春兰
  1. Decision-two-fork-tree

    0下载:
  2. 人工智能课程,决策二叉树的一些代码,仅供参考-AI course some code, binary decision for reference purposes only
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:6329
    • 提供者:李雅茗
搜珍网 www.dssz.com