# Generated by roxygen2: do not edit by hand

S3method(autoplot,brulee_auto_int)
S3method(autoplot,brulee_linear_reg)
S3method(autoplot,brulee_logistic_reg)
S3method(autoplot,brulee_mlp)
S3method(autoplot,brulee_multinomial_reg)
S3method(autoplot,brulee_resnet)
S3method(autoplot,brulee_rln)
S3method(autoplot,brulee_saint)
S3method(brulee_auto_int,data.frame)
S3method(brulee_auto_int,default)
S3method(brulee_auto_int,formula)
S3method(brulee_auto_int,matrix)
S3method(brulee_auto_int,recipe)
S3method(brulee_chronos,data.frame)
S3method(brulee_chronos,default)
S3method(brulee_chronos,formula)
S3method(brulee_chronos,recipe)
S3method(brulee_linear_reg,data.frame)
S3method(brulee_linear_reg,default)
S3method(brulee_linear_reg,formula)
S3method(brulee_linear_reg,matrix)
S3method(brulee_linear_reg,recipe)
S3method(brulee_logistic_reg,data.frame)
S3method(brulee_logistic_reg,default)
S3method(brulee_logistic_reg,formula)
S3method(brulee_logistic_reg,matrix)
S3method(brulee_logistic_reg,recipe)
S3method(brulee_mlp,data.frame)
S3method(brulee_mlp,default)
S3method(brulee_mlp,formula)
S3method(brulee_mlp,matrix)
S3method(brulee_mlp,recipe)
S3method(brulee_mlp_two_layer,data.frame)
S3method(brulee_mlp_two_layer,default)
S3method(brulee_mlp_two_layer,formula)
S3method(brulee_mlp_two_layer,matrix)
S3method(brulee_mlp_two_layer,recipe)
S3method(brulee_multinomial_reg,data.frame)
S3method(brulee_multinomial_reg,default)
S3method(brulee_multinomial_reg,formula)
S3method(brulee_multinomial_reg,matrix)
S3method(brulee_multinomial_reg,recipe)
S3method(brulee_resnet,data.frame)
S3method(brulee_resnet,default)
S3method(brulee_resnet,formula)
S3method(brulee_resnet,matrix)
S3method(brulee_resnet,recipe)
S3method(brulee_rln,data.frame)
S3method(brulee_rln,default)
S3method(brulee_rln,formula)
S3method(brulee_rln,matrix)
S3method(brulee_rln,recipe)
S3method(brulee_saint,data.frame)
S3method(brulee_saint,default)
S3method(brulee_saint,formula)
S3method(brulee_saint,matrix)
S3method(brulee_saint,recipe)
S3method(coef,brulee_linear_reg)
S3method(coef,brulee_logistic_reg)
S3method(coef,brulee_mlp)
S3method(coef,brulee_multinomial_reg)
S3method(coef,brulee_resnet)
S3method(coef,brulee_rln)
S3method(predict,brulee_auto_int)
S3method(predict,brulee_chronos)
S3method(predict,brulee_linear_reg)
S3method(predict,brulee_logistic_reg)
S3method(predict,brulee_mlp)
S3method(predict,brulee_multinomial_reg)
S3method(predict,brulee_resnet)
S3method(predict,brulee_rln)
S3method(predict,brulee_saint)
S3method(print,brulee_auto_int)
S3method(print,brulee_chronos)
S3method(print,brulee_linear_reg)
S3method(print,brulee_logistic_reg)
S3method(print,brulee_mlp)
S3method(print,brulee_multinomial_reg)
S3method(print,brulee_resnet)
S3method(print,brulee_rln)
S3method(print,brulee_saint)
S3method(summary,brulee_auto_int)
S3method(summary,brulee_mlp)
S3method(summary,brulee_resnet)
S3method(summary,brulee_rln)
S3method(summary,brulee_saint)
export(autoplot)
export(brulee_activations)
export(brulee_auto_int)
export(brulee_chronos)
export(brulee_linear_reg)
export(brulee_logistic_reg)
export(brulee_mlp)
export(brulee_mlp_two_layer)
export(brulee_multinomial_reg)
export(brulee_resnet)
export(brulee_rln)
export(brulee_saint)
export(coef)
export(matrix_to_dataset)
export(schedule_cyclic)
export(schedule_decay_expo)
export(schedule_decay_time)
export(schedule_step)
export(set_learn_rate)
export(tunable)
import(rlang)
import(torch)
importFrom(generics,tunable)
importFrom(ggplot2,autoplot)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,model.matrix)
importFrom(stats,terms)
importFrom(utils,globalVariables)
