-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
89 lines (88 loc) · 2.04 KB
/
NAMESPACE
File metadata and controls
89 lines (88 loc) · 2.04 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,iterativeMCMC)
S3method(plot,itercomp)
S3method(plot,orderMCMC)
S3method(plot,partitionMCMC)
S3method(plot,samplecomp)
S3method(print,iterativeMCMC)
S3method(print,itercomp)
S3method(print,orderMCMC)
S3method(print,partitionMCMC)
S3method(print,samplecomp)
S3method(print,scoreparameters)
S3method(print,scorespace)
S3method(summary,iterativeMCMC)
S3method(summary,itercomp)
S3method(summary,orderMCMC)
S3method(summary,partitionMCMC)
S3method(summary,samplecomp)
S3method(summary,scoreparameters)
S3method(summary,scorespace)
export(DAGscore)
export(DBNscore)
export(bidag2coda)
export(bidag2codalist)
export(compact2full)
export(compareDAGs)
export(compareDBNs)
export(connectedSubGraph)
export(edgep)
export(full2compact)
export(getDAG)
export(getMCMCscore)
export(getRuntime)
export(getSpace)
export(getSubGraph)
export(getTrace)
export(graph2m)
export(iterativeMCMC)
export(itercomp)
export(learnBN)
export(m2graph)
export(modelp)
export(orderMCMC)
export(partitionMCMC)
export(plot2in1)
export(plotDBN)
export(plotdiffs)
export(plotdiffsDBN)
export(plotpcor)
export(plotpedges)
export(sampleBN)
export(samplecomp)
export(scoreagainstDAG)
export(scoreagainstDBN)
export(scoreparameters)
export(scorespace)
export(string2mat)
import(pcalg)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(Rgraphviz,makeNodeAttrs)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(graph,graph.par)
importFrom(graph,nodeRenderInfo)
importFrom(graph,nodes)
importFrom(graph,numNodes)
importFrom(graph,plot)
importFrom(graph,subGraph)
importFrom(graphics,abline)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov.wt)
importFrom(stats,pchisq)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,data)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(BiDAG, .registration=TRUE)