# Generated by roxygen2: do not edit by hand

S3method(any_equivocal,class_pred)
S3method(any_equivocal,default)
S3method(as_class_pred,default)
S3method(as_class_pred,factor)
S3method(format,class_pred)
S3method(is_equivocal,class_pred)
S3method(is_equivocal,default)
S3method(levels,class_pred)
S3method(obj_print_data,class_pred)
S3method(obj_print_footer,class_pred)
S3method(obj_print_header,class_pred)
S3method(reportable_rate,class_pred)
S3method(reportable_rate,default)
S3method(threshold_perf,data.frame)
S3method(vec_cast,character.class_pred)
S3method(vec_cast,class_pred)
S3method(vec_cast,factor.class_pred)
S3method(vec_cast.class_pred,class_pred)
S3method(vec_cast.class_pred,default)
S3method(vec_cast.class_pred,factor)
S3method(vec_cast.class_pred,logical)
S3method(vec_cast.class_pred,ordered)
S3method(vec_proxy_compare,class_pred)
S3method(vec_proxy_equal,class_pred)
S3method(vec_ptype_abbr,class_pred)
S3method(vec_type2,character.class_pred)
S3method(vec_type2,class_pred)
S3method(vec_type2,factor.class_pred)
S3method(vec_type2.class_pred,character)
S3method(vec_type2.class_pred,class_pred)
S3method(vec_type2.class_pred,default)
S3method(vec_type2.class_pred,factor)
S3method(vec_type2.class_pred,vctrs_unspecified)
S3method(which_equivocal,class_pred)
S3method(which_equivocal,default)
export(any_equivocal)
export(append_class_pred)
export(as.factor)
export(as.ordered)
export(as_class_pred)
export(class_pred)
export(is_class_pred)
export(is_equivocal)
export(make_class_pred)
export(make_two_class_pred)
export(reportable_rate)
export(threshold_perf)
export(vec_cast.class_pred)
export(vec_type2.class_pred)
export(which_equivocal)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(dplyr,do)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(generics,as.factor)
importFrom(generics,as.ordered)
importFrom(stats,na.omit)
importFrom(tidyselect,vars_select)
importFrom(utils,globalVariables)
importFrom(vctrs,new_vctr)
importFrom(vctrs,obj_print_data)
importFrom(vctrs,obj_print_footer)
importFrom(vctrs,obj_print_header)
importFrom(vctrs,stop_incompatible_cast)
importFrom(vctrs,stop_incompatible_type)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_cast.factor)
importFrom(vctrs,vec_data)
importFrom(vctrs,vec_proxy_compare)
importFrom(vctrs,vec_proxy_equal)
importFrom(vctrs,vec_ptype_abbr)
importFrom(vctrs,vec_type2)
importFrom(vctrs,vec_type2.character)
importFrom(vctrs,vec_type2.factor)
importFrom(vctrs,vec_unspecified_cast)
importFrom(vctrs,warn_lossy_cast)
importFrom(yardstick,j_index)
importFrom(yardstick,metric_set)
importFrom(yardstick,sens)
importFrom(yardstick,spec)
