# Generated by roxygen2: do not edit by hand

S3method(as_rulelist,data.frame)
S3method(augment,rulelist)
S3method(calculate,rulelist)
S3method(plot,prune_rulelist)
S3method(plot,rulelist)
S3method(predict,rulelist)
S3method(predict,ruleset)
S3method(print,prune_rulelist)
S3method(print,rulelist)
S3method(print,ruleset)
S3method(prune,rulelist)
S3method(reorder,rulelist)
S3method(tidy,C5.0)
S3method(tidy,constparty)
S3method(tidy,cubist)
S3method(tidy,rpart)
export(as_rulelist)
export(as_ruleset)
export(augment)
export(calculate)
export(convert_rule_flavor)
export(prune)
export(reorder)
export(set_keys)
export(set_validation_data)
export(tidy)
export(to_sql_case)
importFrom(data.table,":=")
importFrom(generics,augment)
importFrom(generics,calculate)
importFrom(generics,prune)
importFrom(generics,tidy)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(stats,IQR)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
importFrom(tidytable,across)
importFrom(tidytable,all_of)
importFrom(tidytable,arrange)
importFrom(tidytable,bind_cols)
importFrom(tidytable,bind_rows)
importFrom(tidytable,distinct)
importFrom(tidytable,drop_na)
importFrom(tidytable,inner_join)
importFrom(tidytable,left_join)
importFrom(tidytable,mutate)
importFrom(tidytable,n)
importFrom(tidytable,nest)
importFrom(tidytable,pivot_longer)
importFrom(tidytable,pivot_wider)
importFrom(tidytable,pull)
importFrom(tidytable,relocate)
importFrom(tidytable,right_join)
importFrom(tidytable,row_number)
importFrom(tidytable,select)
importFrom(tidytable,slice)
importFrom(tidytable,summarise)
importFrom(tidytable,unnest)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)
