-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (32 loc) · 900 Bytes
/
Copy pathNAMESPACE
File metadata and controls
32 lines (32 loc) · 900 Bytes
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
useDynLib(coorsim, .registration=TRUE)
importFrom(Rcpp, evalCpp)
importFrom(RcppParallel, RcppParallelLibs)
exportPattern("^[[:alpha:]]+")
export(initialize_coorsim)
export(get_embeddings)
export(save_embeddings)
export(load_h5_embeddings)
export(detect_cosimilarity)
export(coorsim_prepare_data)
export(coorsim_match_overlaps)
export(query_and_compute_similarities)
export(query_and_compute_similarities_tbb)
export(set_num_threads)
export(coorsim_detect_groups)
export(filter_ntile)
export(filter_groups_data)
export(augment_groups_data)
export(sample_user_text)
export(slice_community_text)
export(label_users)
export(label_communities)
export(plot_posts)
export(plot_communities)
export(z_standardize)
export(replace_emoji_with_name)
export(clean_json_strings)
export(get_content_metrics)
export(get_community_metrics)
export(unpack_description_json)
export(flatten_description)
export(check_gpu)