# Generated by roxygen2: do not edit by hand

S3method(bake,step_obwoe)
S3method(plot,obwoe)
S3method(plot,obwoe_gains)
S3method(prep,step_obwoe)
S3method(print,obwoe)
S3method(print,obwoe_gains)
S3method(print,step_obwoe)
S3method(print,summary.obwoe)
S3method(required_pkgs,step_obwoe)
S3method(summary,obwoe)
S3method(tidy,step_obwoe)
S3method(tunable,step_obwoe)
export(.categorical_only_algorithms)
export(.numerical_only_algorithms)
export(.universal_algorithms)
export(.valid_algorithms)
export(control.obwoe)
export(fit_logistic_regression)
export(ob_apply_woe_cat)
export(ob_apply_woe_num)
export(ob_categorical_cm)
export(ob_categorical_dmiv)
export(ob_categorical_dp)
export(ob_categorical_fetb)
export(ob_categorical_gmb)
export(ob_categorical_ivb)
export(ob_categorical_jedi)
export(ob_categorical_jedi_mwoe)
export(ob_categorical_mba)
export(ob_categorical_milp)
export(ob_categorical_mob)
export(ob_categorical_sab)
export(ob_categorical_sblp)
export(ob_categorical_sketch)
export(ob_categorical_swb)
export(ob_categorical_udt)
export(ob_check_distincts)
export(ob_cutpoints_cat)
export(ob_cutpoints_num)
export(ob_gains_table)
export(ob_gains_table_feature)
export(ob_numerical_bb)
export(ob_numerical_cm)
export(ob_numerical_dmiv)
export(ob_numerical_dp)
export(ob_numerical_ewb)
export(ob_numerical_fast_mdlp)
export(ob_numerical_fetb)
export(ob_numerical_ir)
export(ob_numerical_jedi)
export(ob_numerical_jedi_mwoe)
export(ob_numerical_kmb)
export(ob_numerical_ldb)
export(ob_numerical_lpdb)
export(ob_numerical_mblp)
export(ob_numerical_mdlp)
export(ob_numerical_mob)
export(ob_numerical_mrblp)
export(ob_numerical_oslp)
export(ob_numerical_sketch)
export(ob_numerical_ubsd)
export(ob_numerical_udt)
export(ob_preprocess)
export(obcorr)
export(obwoe)
export(obwoe_algorithm)
export(obwoe_algorithms)
export(obwoe_apply)
export(obwoe_bin_cutoff)
export(obwoe_gains)
export(obwoe_max_bins)
export(obwoe_min_bins)
export(step_obwoe)
importFrom(Rcpp,sourceCpp)
importFrom(dials,new_qual_param)
importFrom(dials,new_quant_param)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(recipes,add_step)
importFrom(recipes,bake)
importFrom(recipes,check_new_data)
importFrom(recipes,prep)
importFrom(recipes,rand_id)
importFrom(recipes,recipes_eval_select)
importFrom(recipes,required_pkgs)
importFrom(recipes,sel2char)
importFrom(recipes,step)
importFrom(recipes,tidy)
importFrom(recipes,tunable)
importFrom(rlang,abort)
importFrom(rlang,enquos)
importFrom(rlang,is_quosure)
importFrom(rlang,warn)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
useDynLib(OptimalBinningWoE, .registration = TRUE)
