搜索资源列表
svm_v0.01beta.tar
- 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
multisvm
- 多分类支持向量机实现方法的分析比较:一对一、一对多和DAG的对比,比较专业,-more SVM method of comparison : one-to-one, one-to-many and DAG contrast, more professional-huh
DAG2DMP
- 将网络获取的.dag格式的文件转为.dmp格式的文件,便于处理-access to the network. Dag format to the paper. Dmp format of the document for ease of handling
YOUHUA
- 用C语言实现了编译系统中的DAG算法。 处理的比较简单。
@dagsvm
- 有向无环图支持向量(DAG-SVMS)多类分类方法,是一种新的多类分类方法。该方法采用了最小超球体类包含作为层次分类依据。试验结果表明,采用该方法进行多类分类,跟已有的分类方法相比有更高的分类精度。
Dag-Erling_http.tar
- Dag Erling http library source code
RecLearnDAG1.0
- A recursive method for learning DAG.
svm_v0.01beta.tar
- 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
@dagsvm
- 有向无环图支持向量(DAG-SVMS)多类分类方法,是一种新的多类分类方法。该方法采用了最小超球体类包含作为层次分类依据。试验结果表明,采用该方法进行多类分类,跟已有的分类方法相比有更高的分类精度。 -Directed acyclic graph support vector (DAG-SVMS) multi-category classification methods, is a new multi-category class
Dag-Erling_http.tar
- Dag Erling http library source code
dag
- 工作之余,用VC作了一个小程序,是VC SQL server模式的,程式内容比较简单,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; -Spare time, using VC made a small program is VC SQL server mode, the pro
Toplogical_Sorting
- 这个课程项目完成了给定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
47651477dag
- DAG图调度的算法应用 DAG图调度的算法应用-DAG scheduling algorithm application graph DAG scheduling algorithm application graph DAG scheduling algorithm application graph
DAG
- 若在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
C0Compiler
- 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
dag_schedule
- 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
Svmtool-DAG
- direct acyclic graphic(DAG)approach for multiclassification in libsvm
Dag
- 随机生成(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
pcap-dag
- Packet capture interface for Endace DAG card.
DAGcal
- 遍历DAG,找出所有可能路径(目前版本只支持最简单场景)(Traverse DAG to find all possible paths (current version only supports basic situation))