# Generated by roxygen2: do not edit by hand

export("%>%")
export(TGL_kmeans)
export(TGL_kmeans_tidy)
export(downsample_matrix)
export(match_clusters)
export(predict_tgl_kmeans)
export(simulate_data)
export(test_clustering)
export(tglkmeans.set_parallel)
import(dplyr)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_warn)
importFrom(magrittr,"%>%")
importFrom(purrr,set_names)
importFrom(stats,hclust)
importFrom(stats,var)
importFrom(tgstat,tgs_cor)
importFrom(tgstat,tgs_dist)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,capture.output)
useDynLib(tglkmeans)
