# Generated by roxygen2: do not edit by hand

S3method("$",ffnn_fit)
S3method("$",rnn_fit)
S3method(garson,ffnn_fit)
S3method(grid_depth,default)
S3method(grid_depth,list)
S3method(grid_depth,model_spec)
S3method(grid_depth,param)
S3method(grid_depth,parameters)
S3method(grid_depth,workflow)
S3method(olden,ffnn_fit)
S3method(predict,ffnn_fit)
S3method(predict,rnn_fit)
S3method(print,ffnn_fit)
S3method(print,mlp_kindling)
S3method(print,rnn_fit)
S3method(print,rnn_kindling)
S3method(translate,mlp_kindling)
S3method(translate,rnn_kindling)
S3method(tunable,mlp_kindling)
S3method(tunable,rnn_kindling)
S3method(update,mlp_kindling)
S3method(update,rnn_kindling)
S3method(vi_model,ffnn_fit)
export(act_funs)
export(activations)
export(args)
export(bias)
export(bidirectional)
export(ffnn)
export(ffnn_generator)
export(ffnn_wrapper)
export(garson)
export(grid_depth)
export(hidden_neurons)
export(mlp_kindling)
export(n_hlayers)
export(olden)
export(optimizer)
export(output_activation)
export(rnn)
export(rnn_generator)
export(rnn_kindling)
export(rnn_wrapper)
export(table_summary)
export(validation_split)
export(vi_model)
importFrom(NeuralNetTools,garson)
importFrom(NeuralNetTools,olden)
importFrom(cli,cat_line)
importFrom(cli,cli_abort)
importFrom(cli,rule)
importFrom(cli,style_bold)
importFrom(cli,style_italic)
importFrom(glue,glue)
importFrom(parsnip,translate)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(rlang,":=")
importFrom(rlang,as_string)
importFrom(rlang,call2)
importFrom(rlang,call_name)
importFrom(rlang,enquos)
importFrom(rlang,exec)
importFrom(rlang,expr)
importFrom(rlang,is_call)
importFrom(rlang,is_installed)
importFrom(rlang,new_function)
importFrom(rlang,quo_get_expr)
importFrom(rlang,sym)
importFrom(stats,delete.response)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(tune,tunable)
importFrom(vctrs,new_vctr)
importFrom(vip,vi_model)
