-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (67 loc) · 1.58 KB
/
NAMESPACE
File metadata and controls
68 lines (67 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
S3method(compile,cpt_list)
S3method(cpt_list,data.frame)
S3method(cpt_list,list)
S3method(dim_names,charge)
S3method(dim_names,cpt_list)
S3method(dim_names,jt)
S3method(get_clique_root,jt)
S3method(get_clique_root_idx,jt)
S3method(get_cliques,charge)
S3method(get_cliques,jt)
S3method(get_cliques,pot_list)
S3method(get_graph,charge)
S3method(get_graph,cpt_list)
S3method(has_inconsistencies,charge)
S3method(has_inconsistencies,jt)
S3method(initialize,charge)
S3method(jt,charge)
S3method(jt_nbinary_ops,triangulation)
S3method(leaves,jt)
S3method(mpd,cpt_list)
S3method(mpd,matrix)
S3method(mpe,jt)
S3method(names,charge)
S3method(names,cpt_list)
S3method(names,jt)
S3method(parents,jt)
S3method(plot,charge)
S3method(plot,jt)
S3method(pot_list,data.frame)
S3method(print,charge)
S3method(print,cpt_list)
S3method(print,jt)
S3method(propagate,jt)
S3method(query_belief,jt)
S3method(query_evidence,jt)
S3method(set_evidence,charge)
S3method(set_evidence,jt)
S3method(triangulate,cpt_list)
export(bnfit_to_cpts)
export(compile)
export(cpt_list)
export(dim_names)
export(get_clique_root)
export(get_clique_root_idx)
export(get_cliques)
export(get_graph)
export(get_triang_graph)
export(has_inconsistencies)
export(initialize)
export(jt)
export(jt_nbinary_ops)
export(leaves)
export(mpd)
export(mpe)
export(parents)
export(pot_list)
export(propagate)
export(query_belief)
export(query_evidence)
export(send_messages)
export(set_evidence)
export(sim_data_from_bn)
export(sim_data_from_dmrf)
export(triangulate)
importFrom(Rcpp,sourceCpp)
useDynLib(jti, .registration = TRUE)