# Generated by roxygen2: do not edit by hand

S3method(accuracy,data.frame)
S3method(accuracy,matrix)
S3method(accuracy,table)
S3method(as_tibble,metric_set)
S3method(average_precision,data.frame)
S3method(bal_accuracy,data.frame)
S3method(bal_accuracy,matrix)
S3method(bal_accuracy,table)
S3method(brier_class,data.frame)
S3method(brier_survival,data.frame)
S3method(brier_survival_integrated,data.frame)
S3method(ccc,data.frame)
S3method(classification_cost,data.frame)
S3method(concordance_survival,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(finalize_estimator_internal,accuracy)
S3method(finalize_estimator_internal,brier_class)
S3method(finalize_estimator_internal,classification_cost)
S3method(finalize_estimator_internal,default)
S3method(finalize_estimator_internal,gain_capture)
S3method(finalize_estimator_internal,gain_curve)
S3method(finalize_estimator_internal,kap)
S3method(finalize_estimator_internal,lift_curve)
S3method(finalize_estimator_internal,mcc)
S3method(finalize_estimator_internal,mn_log_loss)
S3method(finalize_estimator_internal,pr_auc)
S3method(finalize_estimator_internal,pr_curve)
S3method(finalize_estimator_internal,roc_auc)
S3method(finalize_estimator_internal,roc_curve)
S3method(gain_capture,data.frame)
S3method(gain_curve,data.frame)
S3method(huber_loss,data.frame)
S3method(huber_loss_pseudo,data.frame)
S3method(iic,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(mase,data.frame)
S3method(mcc,data.frame)
S3method(mcc,matrix)
S3method(mcc,table)
S3method(metrics,data.frame)
S3method(mn_log_loss,data.frame)
S3method(mpe,data.frame)
S3method(msd,data.frame)
S3method(npv,data.frame)
S3method(npv,matrix)
S3method(npv,table)
S3method(poisson_log_loss,data.frame)
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(print,metric_set)
S3method(recall,data.frame)
S3method(recall,matrix)
S3method(recall,table)
S3method(rmse,data.frame)
S3method(roc_auc,data.frame)
S3method(roc_auc_survival,data.frame)
S3method(roc_aunp,data.frame)
S3method(roc_aunu,data.frame)
S3method(roc_curve,data.frame)
S3method(roc_curve_survival,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(sensitivity,data.frame)
S3method(sensitivity,matrix)
S3method(sensitivity,table)
S3method(smape,data.frame)
S3method(spec,data.frame)
S3method(spec,matrix)
S3method(spec,table)
S3method(specificity,data.frame)
S3method(specificity,matrix)
S3method(specificity,table)
S3method(summary,conf_mat)
S3method(tidy,conf_mat)
export(accuracy)
export(accuracy_vec)
export(average_precision)
export(average_precision_vec)
export(bal_accuracy)
export(bal_accuracy_vec)
export(brier_class)
export(brier_class_vec)
export(brier_survival)
export(brier_survival_integrated)
export(brier_survival_integrated_vec)
export(brier_survival_vec)
export(ccc)
export(ccc_vec)
export(check_class_metric)
export(check_dynamic_survival_metric)
export(check_numeric_metric)
export(check_prob_metric)
export(check_static_survival_metric)
export(class_metric_summarizer)
export(classification_cost)
export(classification_cost_vec)
export(concordance_survival)
export(concordance_survival_vec)
export(conf_mat)
export(curve_metric_summarizer)
export(curve_survival_metric_summarizer)
export(detection_prevalence)
export(detection_prevalence_vec)
export(dots_to_estimate)
export(dynamic_survival_metric_summarizer)
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(huber_loss)
export(huber_loss_pseudo)
export(huber_loss_pseudo_vec)
export(huber_loss_vec)
export(iic)
export(iic_vec)
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(mase)
export(mase_vec)
export(mcc)
export(mcc_vec)
export(metric_set)
export(metric_summarizer)
export(metric_tweak)
export(metric_vec_template)
export(metrics)
export(mn_log_loss)
export(mn_log_loss_vec)
export(mpe)
export(mpe_vec)
export(msd)
export(msd_vec)
export(new_class_metric)
export(new_dynamic_survival_metric)
export(new_integrated_survival_metric)
export(new_numeric_metric)
export(new_prob_metric)
export(new_static_survival_metric)
export(npv)
export(npv_vec)
export(numeric_metric_summarizer)
export(poisson_log_loss)
export(poisson_log_loss_vec)
export(ppv)
export(ppv_vec)
export(pr_auc)
export(pr_auc_vec)
export(pr_curve)
export(precision)
export(precision_vec)
export(prob_metric_summarizer)
export(recall)
export(recall_vec)
export(rmse)
export(rmse_vec)
export(roc_auc)
export(roc_auc_survival)
export(roc_auc_survival_vec)
export(roc_auc_vec)
export(roc_aunp)
export(roc_aunp_vec)
export(roc_aunu)
export(roc_aunu_vec)
export(roc_curve)
export(roc_curve_survival)
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(sensitivity)
export(sensitivity_vec)
export(smape)
export(smape_vec)
export(spec)
export(spec_vec)
export(specificity)
export(specificity_vec)
export(static_survival_metric_summarizer)
export(tidy)
export(validate_estimator)
export(yardstick_any_missing)
export(yardstick_remove_missing)
import(rlang)
import(vctrs)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(generics,tidy)
importFrom(lifecycle,deprecated)
importFrom(utils,globalVariables)
useDynLib(yardstick, .registration = TRUE)
