# 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)
