# Generated by roxygen2: do not edit by hand

S3method(accuracy,data.frame)
S3method(accuracy,matrix)
S3method(accuracy,table)
S3method(bal_accuracy,data.frame)
S3method(bal_accuracy,matrix)
S3method(bal_accuracy,table)
S3method(ccc,data.frame)
S3method(conf_mat,data.frame)
S3method(conf_mat,grouped_df)
S3method(conf_mat,matrix)
S3method(conf_mat,table)
S3method(detection_prevalence,data.frame)
S3method(detection_prevalence,matrix)
S3method(detection_prevalence,table)
S3method(f_meas,data.frame)
S3method(f_meas,matrix)
S3method(f_meas,table)
S3method(gain_capture,data.frame)
S3method(gain_curve,data.frame)
S3method(j_index,data.frame)
S3method(j_index,matrix)
S3method(j_index,table)
S3method(kap,data.frame)
S3method(kap,matrix)
S3method(kap,table)
S3method(lift_curve,data.frame)
S3method(mae,data.frame)
S3method(mape,data.frame)
S3method(mcc,data.frame)
S3method(mcc,matrix)
S3method(mcc,table)
S3method(metrics,data.frame)
S3method(mn_log_loss,data.frame)
S3method(npv,data.frame)
S3method(npv,matrix)
S3method(npv,table)
S3method(ppv,data.frame)
S3method(ppv,matrix)
S3method(ppv,table)
S3method(pr_auc,data.frame)
S3method(pr_curve,data.frame)
S3method(precision,data.frame)
S3method(precision,matrix)
S3method(precision,table)
S3method(print,conf_mat)
S3method(recall,data.frame)
S3method(recall,matrix)
S3method(recall,table)
S3method(rmse,data.frame)
S3method(roc_auc,data.frame)
S3method(roc_curve,data.frame)
S3method(rpd,data.frame)
S3method(rpiq,data.frame)
S3method(rsq,data.frame)
S3method(rsq_trad,data.frame)
S3method(sens,data.frame)
S3method(sens,matrix)
S3method(sens,table)
S3method(spec,data.frame)
S3method(spec,matrix)
S3method(spec,table)
S3method(summary,conf_mat)
S3method(tidy,conf_mat)
export(accuracy)
export(accuracy_vec)
export(bal_accuracy)
export(bal_accuracy_vec)
export(ccc)
export(ccc_vec)
export(conf_mat)
export(detection_prevalence)
export(detection_prevalence_vec)
export(dots_to_estimate)
export(f_meas)
export(f_meas_vec)
export(finalize_estimator)
export(finalize_estimator_internal)
export(gain_capture)
export(gain_capture_vec)
export(gain_curve)
export(get_weights)
export(j_index)
export(j_index_vec)
export(kap)
export(kap_vec)
export(lift_curve)
export(mae)
export(mae_vec)
export(mape)
export(mape_vec)
export(mcc)
export(mcc_vec)
export(metric_set)
export(metric_summarizer)
export(metric_vec_template)
export(metrics)
export(mn_log_loss)
export(mn_log_loss_vec)
export(npv)
export(npv_vec)
export(ppv)
export(ppv_vec)
export(pr_auc)
export(pr_auc_vec)
export(pr_curve)
export(precision)
export(precision_vec)
export(recall)
export(recall_vec)
export(rmse)
export(rmse_vec)
export(roc_auc)
export(roc_auc_vec)
export(roc_curve)
export(rpd)
export(rpd_vec)
export(rpiq)
export(rpiq_vec)
export(rsq)
export(rsq_trad)
export(rsq_trad_vec)
export(rsq_vec)
export(sens)
export(sens_vec)
export(spec)
export(spec_vec)
export(tidy)
export(validate_estimator)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,summarise)
importFrom(generics,tidy)
importFrom(pROC,auc)
importFrom(pROC,coords)
importFrom(pROC,roc)
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,caller_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,get_expr)
importFrom(rlang,invoke)
importFrom(rlang,is_function)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(rlang,set_expr)
importFrom(rlang,with_handlers)
importFrom(stats,IQR)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,model.matrix)
importFrom(stats,relevel)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(tidyselect,vars_pull)
importFrom(tidyselect,vars_select)
importFrom(utils,globalVariables)
useDynLib(yardstick, .registration = TRUE)
