-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(anticlustering)
export(balanced_clustering)
export(bicriterion_anticlustering)
export(categorical_sampling)
export(categories_to_binary)
export(dispersion_objective)
export(diversity_objective)
export(fast_anticlustering)
export(generate_exchange_partners)
export(generate_partitions)
export(kplus_anticlustering)
export(kplus_moment_variables)
export(matching)
export(mean_sd_tab)
export(n_partitions)
export(optimal_anticlustering)
export(optimal_dispersion)
export(plot_clusters)
export(plot_similarity)
export(three_phase_search_anticlustering)
export(variance_objective)
export(wce)
importFrom(Matrix,sparseMatrix)
importFrom(RANN,nn2)
importFrom(grDevices,palette)
importFrom(grDevices,rainbow)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,contrasts)
importFrom(stats,dist)
importFrom(stats,model.matrix)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(utils,combn)
useDynLib(anticlust, .registration = TRUE)