# Generated by roxygen2: do not edit by hand

S3method(plot,feature_calculations)
S3method(plot,feature_projection)
export(calculate_interval)
export(classify)
export(cluster)
export(compare_features)
export(filter_duplicates)
export(interval)
export(project)
export(reduce_dims)
export(tsfeature_classifier)
import(dplyr)
import(ggplot2)
import(theft)
import(tibble)
importFrom(MASS,isoMDS)
importFrom(MASS,sammon)
importFrom(Rtsne,Rtsne)
importFrom(broom,augment)
importFrom(broom,tidy)
importFrom(correctR,resampled_ttest)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(e1071,svm)
importFrom(janitor,clean_names)
importFrom(mclust,Mclust)
importFrom(normaliseR,normalise)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(scales,rescale)
importFrom(stats,IQR)
importFrom(stats,cmdscale)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,crossing)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest_wider)
importFrom(umap,umap)
