-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(adj_spec_test)
export(bethe_hessian_select)
export(compute_block_sums)
export(compute_confusion_matrix)
export(compute_mutual_info)
export(estim_dcsbm)
export(eval_dcsbm_bic)
export(eval_dcsbm_like)
export(eval_dcsbm_loglr)
export(extract_largest_cc)
export(extract_low_deg_comp)
export(fast_cpl)
export(fast_sbm)
export(gen_rand_conn)
export(get_dcsbm_exav_deg)
export(label_mat2vec)
export(label_vec2mat)
export(nac_test)
export(plot_deg_dist)
export(plot_net)
export(plot_roc)
export(plot_smooth_profile)
export(pp_conn)
export(printf)
export(rsymperm)
export(sample_dcer)
export(sample_dclvm)
export(sample_dcpp)
export(sample_dcsbm)
export(sample_tdcsbm)
export(simulate_roc)
export(sinkhorn_knopp)
export(snac_resample)
export(snac_select)
export(snac_test)
export(spec_clust)
export(spec_repr)
import(grDevices)
import(graphics)
import(stats)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(methods,as)
useDynLib(nett, .registration = TRUE)