-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
103 lines (102 loc) · 2.88 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
export(F.measure.multilabel)
export(adj.upper.tri)
export(auprc.single.class)
export(auprc.single.over.classes)
export(auroc.single.class)
export(auroc.single.over.classes)
export(build.ancestors)
export(build.ancestors.bottom.up)
export(build.ancestors.per.level)
export(build.children)
export(build.children.bottom.up)
export(build.children.top.down)
export(build.consistent.graph)
export(build.descendants)
export(build.descendants.bottom.up)
export(build.descendants.per.level)
export(build.edges.from.hpo.obo)
export(build.parents)
export(build.parents.bottom.up)
export(build.parents.top.down)
export(build.parents.topological.sorting)
export(build.scores.matrix.from.list)
export(build.scores.matrix.from.tupla)
export(build.subgraph)
export(build.submatrix)
export(check.annotation.matrix.integrity)
export(check.dag.integrity)
export(check.hierarchy)
export(check.hierarchy.single.sample)
export(compute.flipped.graph)
export(compute.fmax)
export(constraints.matrix)
export(create.stratified.fold.df)
export(distances.from.leaves)
export(find.best.f)
export(find.leaves)
export(full.annotation.matrix)
export(gpav)
export(gpav.holdout)
export(gpav.over.examples)
export(gpav.parallel)
export(gpav.vanilla)
export(graph.levels)
export(htd)
export(htd.holdout)
export(htd.vanilla)
export(lexicographical.topological.sort)
export(normalize.max)
export(obozinski.and)
export(obozinski.holdout)
export(obozinski.max)
export(obozinski.methods)
export(obozinski.or)
export(precision.at.all.recall.levels.single.class)
export(precision.at.given.recall.levels.over.classes)
export(read.graph)
export(read.undirected.graph)
export(root.node)
export(scores.normalization)
export(specific.annotation.list)
export(specific.annotation.matrix)
export(stratified.cv.data.over.classes)
export(stratified.cv.data.single.class)
export(tpr.dag)
export(tpr.dag.cv)
export(tpr.dag.holdout)
export(transitive.closure.annotations)
export(tupla.matrix)
export(unstratified.cv.data)
export(weighted.adjacency.matrix)
export(write.graph)
importFrom(RBGL,bellman.ford.sp)
importFrom(RBGL,dijkstra.sp)
importFrom(RBGL,transitive.closure)
importFrom(RBGL,tsort)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(graph,acc)
importFrom(graph,addEdge)
importFrom(graph,addNode)
importFrom(graph,adj)
importFrom(graph,degree)
importFrom(graph,edgeMatrix)
importFrom(graph,edgeWeights)
importFrom(graph,edges)
importFrom(graph,graphNEL)
importFrom(graph,nodes)
importFrom(graph,numEdges)
importFrom(graph,numNodes)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(parallel,detectCores)
importFrom(plyr,mapvalues)
importFrom(precrec,auc)
importFrom(precrec,evalmod)
importFrom(precrec,format_nfold)
importFrom(preprocessCore,normalize.quantiles)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(HEMDAG, .registration=TRUE)