# Generated by roxygen2: do not edit by hand

S3method(apd_hat_values,data.frame)
S3method(apd_hat_values,default)
S3method(apd_hat_values,formula)
S3method(apd_hat_values,matrix)
S3method(apd_hat_values,recipe)
S3method(apd_isolation,data.frame)
S3method(apd_isolation,default)
S3method(apd_isolation,formula)
S3method(apd_isolation,matrix)
S3method(apd_isolation,recipe)
S3method(apd_pca,data.frame)
S3method(apd_pca,default)
S3method(apd_pca,formula)
S3method(apd_pca,matrix)
S3method(apd_pca,recipe)
S3method(apd_similarity,data.frame)
S3method(apd_similarity,default)
S3method(apd_similarity,formula)
S3method(apd_similarity,matrix)
S3method(apd_similarity,recipe)
S3method(autoplot,apd_pca)
S3method(autoplot,apd_similarity)
S3method(print,apd_hat_values)
S3method(print,apd_isolation)
S3method(print,apd_pca)
S3method(print,apd_similarity)
S3method(score,apd_hat_values)
S3method(score,apd_isolation)
S3method(score,apd_pca)
S3method(score,apd_similarity)
S3method(score,default)
export(apd_hat_values)
export(apd_isolation)
export(apd_pca)
export(apd_similarity)
export(autoplot.apd_pca)
export(autoplot.apd_similarity)
export(score)
export(score.default)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(dplyr,"%>%")
importFrom(dplyr,count)
importFrom(dplyr,group_by)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename_all)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(hardhat,forge)
importFrom(hardhat,mold)
importFrom(hardhat,new_model)
importFrom(hardhat,validate_prediction_size)
importFrom(proxyC,simil)
importFrom(purrr,map2_dfc)
importFrom(purrr,map_dfc)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,enquos)
importFrom(stats,approx)
importFrom(stats,ecdf)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyselect,vars_select)
importFrom(utils,globalVariables)
