# Generated by roxygen2: do not edit by hand

S3method(bake,step_mdist)
S3method(base::print,pam_dist_fit)
S3method(base::print,pam_dist_spec)
S3method(base::print,spectral_dist_fit)
S3method(base::print,spectral_dist_spec)
S3method(generics::fit,pam_dist_spec)
S3method(generics::fit,spectral_dist_spec)
S3method(getCall,"_knn_dist")
S3method(getCall,knn_dist)
S3method(getCall,nearest_neighbor_dist)
S3method(ggplot2::autoplot,MDistLOVO)
S3method(ggplot2::autoplot,MDistLOVOCompare)
S3method(parsnip::set_engine,pam_dist_spec)
S3method(parsnip::set_engine,spectral_dist_spec)
S3method(prep,step_mdist)
S3method(print,MDistLOVO)
S3method(print,MDistLOVOCompare)
S3method(print,step_mdist)
S3method(stats::predict,pam_dist_fit)
S3method(stats::predict,spectral_dist_fit)
S3method(summary,MDist)
S3method(summary,MDistLOVO)
S3method(summary,MDistLOVOCompare)
S3method(tunable,nearest_neighbor_dist)
export(compare_lovo_mdist)
export(congruence_coeff)
export(fit_knn_dist)
export(gen_mixed)
export(generate_dataset)
export(lovo_mdist)
export(lovo_method_spec)
export(make_mdist_recipe)
export(mdist)
export(nearest_neighbor_dist)
export(pam_dist)
export(predict_knn_dist_class)
export(predict_knn_dist_prob)
export(predict_knn_dist_reg)
export(spectral_dist)
export(spectral_from_dist)
export(step_mdist)
importFrom(Matrix,bdiag)
importFrom(cluster,daisy)
importFrom(clusterGeneration,genRandomClust)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(distances,distances)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarise)
importFrom(entropy,mi.empirical)
importFrom(fastDummies,dummy_cols)
importFrom(forcats,fct_count)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_lump_lowfreq)
importFrom(ggplot2,autoplot)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,pmap)
importFrom(readr,parse_number)
importFrom(recipes,all_nominal)
importFrom(recipes,all_nominal_predictors)
importFrom(recipes,all_numeric_predictors)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_dummy)
importFrom(recipes,step_mutate)
importFrom(recipes,step_normalize)
importFrom(recipes,step_novel)
importFrom(recipes,step_pca)
importFrom(recipes,step_range)
importFrom(recipes,step_rm)
importFrom(recipes,step_scale)
importFrom(recipes,step_select)
importFrom(recipes,step_unknown)
importFrom(rlang,.data)
importFrom(rsample,initial_split)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(stats,IQR)
importFrom(stats,as.dist)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,getCall)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rchisq)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,drop_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(tune,tunable)
importFrom(utils,capture.output)
