# Generated by roxygen2: do not edit by hand

export(add_attribute)
export(build_coral_plots)
export(build_layout_cpp)
export(build_rule)
export(calculate_border)
export(calculate_fitness)
export(calculate_selected_category)
export(check_attribute)
export(cut_point)
export(differential_evolution)
export(evaluate)
export(extract_feature_info)
export(feature_position)
export(fix_borders)
export(map_to_ts)
export(parse_rules)
export(parse_rules_cpp)
export(particle_swarm_optimization)
export(print_association_rules)
export(print_feature_info)
export(problem_dimension)
export(read_dataset)
export(render_coral_rgl)
export(rs)
export(supp_conf)
export(write_association_rules_to_csv)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,distinct)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(rgl,aspect3d)
importFrom(rgl,bgplot3d)
importFrom(rgl,lines3d)
importFrom(rgl,material3d)
importFrom(rgl,open3d)
importFrom(rgl,par3d)
importFrom(rgl,segments3d)
importFrom(rgl,spheres3d)
importFrom(rgl,text3d)
importFrom(rgl,view3d)
importFrom(rlang,.data)
importFrom(stats,ave)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
useDynLib(niarules, .registration = TRUE)
