-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
67 lines (66 loc) · 1.59 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
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
S3method(fitted,partition)
S3method(print,partition)
S3method(print,partitioner)
export("%>%")
export(as_director)
export(as_measure)
export(as_partition_step)
export(as_partitioner)
export(as_reducer)
export(corr)
export(direct_distance)
export(direct_distance_pearson)
export(direct_distance_spearman)
export(direct_k_cluster)
export(filter_reduced)
export(icc)
export(is_partition)
export(is_partition_step)
export(is_partitioner)
export(map_cluster)
export(map_partition)
export(mapping_groups)
export(mapping_key)
export(measure_icc)
export(measure_min_icc)
export(measure_min_r2)
export(measure_std_mutualinfo)
export(measure_variance_explained)
export(mutual_information)
export(part_icc)
export(part_kmeans)
export(part_minr2)
export(part_pc1)
export(part_stdmi)
export(partition)
export(partition_scores)
export(permute_df)
export(plot_area_clusters)
export(plot_information)
export(plot_ncluster)
export(plot_permutation)
export(plot_stacked_area_clusters)
export(reduce_cluster)
export(reduce_first_component)
export(reduce_kmeans)
export(reduce_scaled_mean)
export(replace_partitioner)
export(scaled_mean)
export(simulate_block_data)
export(super_partition)
export(test_permutation)
export(unnest_mappings)
export(unnest_reduced)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,geom_density)
importFrom(graphics,hist)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(stats,complete.cases)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,runif)
useDynLib(partition, .registration = TRUE)