-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
148 lines (147 loc) · 3.79 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
S3method(plot,BN)
S3method(print,BN)
S3method(print,BNDataset)
S3method(print,InferenceEngine)
export(BN)
export(BNDataset)
export(InferenceEngine)
export(approxInference)
export(benchmarkMultipleNets)
export(convertBNBestieToSGS)
export(convertCPTsBestieToSGS)
export(dag.to.cpdag)
export(edge.dir.wpdag)
export(exactInference)
export(get.allAncestors)
export(get.allSubGroups)
export(get.subGroup)
export(knn.impute)
export(learn_bn)
export(plot_bn)
export(plot_dag)
export(randomBN)
export(sample.subGroupSampling)
export(shd)
export(tune.knn.impute)
exportClasses(BN)
exportClasses(BNDataset)
exportClasses(InferenceEngine)
exportMethods("add.observations<-")
exportMethods("bn<-")
exportMethods("boots<-")
exportMethods("cpts<-")
exportMethods("dag<-")
exportMethods("data.file<-")
exportMethods("discreteness<-")
exportMethods("header.file<-")
exportMethods("imp.boots<-")
exportMethods("imputed.data<-")
exportMethods("jpts<-")
exportMethods("jt.cliques<-")
exportMethods("junction.tree<-")
exportMethods("name<-")
exportMethods("node.sizes<-")
exportMethods("num.boots<-")
exportMethods("num.items<-")
exportMethods("num.nodes<-")
exportMethods("num.time.steps<-")
exportMethods("num.variables<-")
exportMethods("observations<-")
exportMethods("quantiles<-")
exportMethods("raw.data<-")
exportMethods("scoring.func<-")
exportMethods("struct.algo<-")
exportMethods("updated.bn<-")
exportMethods("variables<-")
exportMethods("wpdag<-")
exportMethods(belief.propagation)
exportMethods(bn)
exportMethods(boot)
exportMethods(boots)
exportMethods(bootstrap)
exportMethods(build.junction.tree)
exportMethods(complete)
exportMethods(cpts)
exportMethods(dag)
exportMethods(data.file)
exportMethods(discreteness)
exportMethods(em)
exportMethods(get.most.probable.values)
exportMethods(has.boots)
exportMethods(has.imputed.boots)
exportMethods(has.imputed.data)
exportMethods(has.raw.data)
exportMethods(header.file)
exportMethods(imp.boots)
exportMethods(impute)
exportMethods(imputed.data)
exportMethods(interventions)
exportMethods(jpts)
exportMethods(jt.cliques)
exportMethods(junction.tree)
exportMethods(layering)
exportMethods(learn.dynamic.network)
exportMethods(learn.network)
exportMethods(learn.params)
exportMethods(learn.structure)
exportMethods(loopy_belief.propagation)
exportMethods(marginals)
exportMethods(name)
exportMethods(node.sizes)
exportMethods(num.boots)
exportMethods(num.items)
exportMethods(num.nodes)
exportMethods(num.time.steps)
exportMethods(num.variables)
exportMethods(observations)
exportMethods(quantiles)
exportMethods(raw.data)
exportMethods(read.bif)
exportMethods(read.dataset)
exportMethods(read.dsc)
exportMethods(read.net)
exportMethods(sample.dataset)
exportMethods(sample.row)
exportMethods(scoring.func)
exportMethods(show)
exportMethods(struct.algo)
exportMethods(sub_belief.propagation)
exportMethods(test.updated.bn)
exportMethods(updated.bn)
exportMethods(variables)
exportMethods(wpdag)
exportMethods(wpdag.from.dag)
exportMethods(write.dsc)
exportMethods(write_xgmml)
import(Bestie)
import(bitops)
import(ggplot2)
import(igraph)
import(methods)
importFrom(BiDAG,iterativeMCMC)
importFrom(BiDAG,scoreparameters)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,cairo_pdf)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,dev.off)
importFrom(grDevices,postscript)
importFrom(grDevices,rgb)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(gridExtra,grid.arrange)
importFrom(pcalg,randDAG)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,tail)
useDynLib(SGS, .registration = TRUE)