forked from ocbe-uio/BayesMallows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 785 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,BayesMallows)
S3method(print,BayesMallows)
S3method(print,BayesMallowsMixtures)
export(assess_convergence)
export(assign_cluster)
export(compute_consensus)
export(compute_mallows)
export(compute_mallows_mixtures)
export(compute_posterior_intervals)
export(create_ordering)
export(create_ranking)
export(estimate_partition_function)
export(expected_dist)
export(generate_constraints)
export(generate_initial_ranking)
export(generate_transitive_closure)
export(lik_db_mix)
export(plot_elbow)
export(plot_top_k)
export(predict_top_k)
export(rank_distance)
export(rank_freq_distr)
export(sample_mallows)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(rlang,.data)
useDynLib(BayesMallows, .registration = TRUE)