搜索资源列表

  1. svm_v0.01beta.tar

    0下载:
  2. New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation e
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43182
    • 提供者:吴成
  1. multisvm

    0下载:
  2. 多分类支持向量机实现方法的分析比较:一对一、一对多和DAG的对比,比较专业,-more SVM method of comparison : one-to-one, one-to-many and DAG contrast, more professional-huh
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:170757
    • 提供者:刘国亮
  1. DAG2DMP

    0下载:
  2. 将网络获取的.dag格式的文件转为.dmp格式的文件,便于处理-access to the network. Dag format to the paper. Dmp format of the document for ease of handling
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3764749
    • 提供者:杨明
  1. YOUHUA

    0下载:
  2. 用C语言实现了编译系统中的DAG算法。 处理的比较简单。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2389
    • 提供者:樊思迟
  1. @dagsvm

    0下载:
  2. 有向无环图支持向量(DAG-SVMS)多类分类方法,是一种新的多类分类方法。该方法采用了最小超球体类包含作为层次分类依据。试验结果表明,采用该方法进行多类分类,跟已有的分类方法相比有更高的分类精度。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5049
    • 提供者:苏苏
  1. Dag-Erling_http.tar

    0下载:
  2. Dag Erling http library source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24738
    • 提供者:xfken
  1. RecLearnDAG1.0

    0下载:
  2. A recursive method for learning DAG.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19744
    • 提供者:贺海
  1. svm_v0.01beta.tar

    0下载:
  2. New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation e
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:43008
    • 提供者:吴成
  1. @dagsvm

    0下载:
  2. 有向无环图支持向量(DAG-SVMS)多类分类方法,是一种新的多类分类方法。该方法采用了最小超球体类包含作为层次分类依据。试验结果表明,采用该方法进行多类分类,跟已有的分类方法相比有更高的分类精度。 -Directed acyclic graph support vector (DAG-SVMS) multi-category classification methods, is a new multi-category class
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:苏苏
  1. Dag-Erling_http.tar

    0下载:
  2. Dag Erling http library source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:xfken
  1. dag

    0下载:
  2. 工作之余,用VC作了一个小程序,是VC SQL server模式的,程式内容比较简单,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; -Spare time, using VC made a small program is VC SQL server mode, the pro
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:384000
    • 提供者:winhex
  1. Toplogical_Sorting

    0下载:
  2. 这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:501760
    • 提供者:hunter
  1. 47651477dag

    0下载:
  2. DAG图调度的算法应用 DAG图调度的算法应用-DAG scheduling algorithm application graph DAG scheduling algorithm application graph DAG scheduling algorithm application graph
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:384000
    • 提供者:王浩
  1. DAG

    0下载:
  2. 若在DGA图中存在一个顶点r,在r和图中所有其他顶点之间均存在由r出发的有向路径,则称该DAG图有根,试编写求DAG图的根的算法。 -If there is a DGA map vertex r, in r and the graph all the other vertices exist in between the departure from the r to the path are said to have roots
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:chenyucong
  1. C0Compiler

    0下载:
  2. 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:246784
    • 提供者:wangjiannan
  1. dag_schedule

    0下载:
  2. Compaction of Schedules and a Two-Stage Approach for Duplication-Based DAG Scheduling ” DAG scheduling algorithms generate schedules that require prohibitively large number of processors. To address this problem, w
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:sumit
  1. Svmtool-DAG

    0下载:
  2. direct acyclic graphic(DAG)approach for multiclassification in libsvm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:guochao
  1. Dag

    0下载:
  2. 随机生成(Directed Acyclic Graphs)DAG,是研究Workflow必备的仿真程序。 DAG的大小可在程序中任意设置。-Randomly generated (Directed Acyclic Graphs) DAG, the simulation is to study the Workflow necessary procedures. The size of the DAG can be set in th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:318464
    • 提供者:jonseng
  1. pcap-dag

    0下载:
  2. Packet capture interface for Endace DAG card.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:pouduehai
  1. DAGcal

    0下载:
  2. 遍历DAG,找出所有可能路径(目前版本只支持最简单场景)(Traverse DAG to find all possible paths (current version only supports basic situation))
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:池筏
« 12 3 4 »

源码中国 www.ymcn.org