forked from ocbe-uio/BayesMallows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method(compute_posterior_intervals,BayesMallows)
S3method(compute_posterior_intervals,SMCMallows)
S3method(plot,BayesMallows)
S3method(print,BayesMallows)
S3method(print,BayesMallowsMixtures)
export(assess_convergence)
export(assign_cluster)
export(calculate_backward_probability)
export(calculate_forward_probability)
export(compute_consensus)
export(compute_mallows)
export(compute_mallows_mixtures)
export(compute_posterior_intervals)
export(compute_posterior_intervals_alpha)
export(compute_posterior_intervals_rho)
export(compute_rho_consensus)
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(get_mallows_loglik)
export(get_sample_probabilities)
export(leap_and_shift_probs)
export(lik_db_mix)
export(metropolis_hastings_alpha)
export(metropolis_hastings_aug_ranking)
export(metropolis_hastings_aug_ranking_pseudo)
export(metropolis_hastings_rho)
export(plot_alpha_posterior)
export(plot_elbow)
export(plot_rho_posterior)
export(plot_top_k)
export(predict_top_k)
export(rank_distance)
export(rank_freq_distr)
export(sample_mallows)
export(smc_mallows_new_item_rank)
export(smc_mallows_new_item_rank_alpha_fixed)
export(smc_mallows_new_users_complete)
export(smc_mallows_new_users_partial)
export(smc_mallows_new_users_partial_alpha_fixed)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(rlang,.data)
importFrom(stats,dexp)
importFrom(stats,rexp)
importFrom(stats,rlnorm)
importFrom(stats,runif)
useDynLib(BayesMallows, .registration = TRUE)