# Generated by roxygen2: do not edit by hand

S3method(multi_predict,"_cubist")
S3method(multi_predict,"_xrf")
S3method(tidy,C5.0)
S3method(tidy,cubist)
S3method(tidy,xrf)
S3method(tunable,C5_rules)
S3method(tunable,cubist_rules)
S3method(tunable,rule_fit)
export(c5_fit)
export(c5_pred)
export(committees)
export(cubist_fit)
export(get_neighbors)
export(max_rules)
export(mtry_prop)
export(multi_predict)
export(tidy)
export(tunable)
export(xrf_fit)
export(xrf_pred)
importFrom(dials,mtry_prop)
importFrom(dials,new_quant_param)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(generics,tidy)
importFrom(generics,tunable)
importFrom(parsnip,check_final_param)
importFrom(parsnip,is_varying)
importFrom(parsnip,multi_predict)
importFrom(parsnip,new_model_spec)
importFrom(parsnip,null_value)
importFrom(parsnip,set_new_model)
importFrom(parsnip,show_fit)
importFrom(parsnip,update_dot_check)
importFrom(parsnip,update_main_parameters)
importFrom(purrr,map_dfr)
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,empty_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,new_quosure)
importFrom(rlang,warn)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,predict)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(utils,globalVariables)
importFrom(utils,head)
