-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
69 lines (68 loc) · 2.1 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Generated by roxygen2: do not edit by hand
S3method(autoplot,brulee_linear_reg)
S3method(autoplot,brulee_logistic_reg)
S3method(autoplot,brulee_mlp)
S3method(autoplot,brulee_multinomial_reg)
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(coef,brulee_linear_reg)
S3method(coef,brulee_logistic_reg)
S3method(coef,brulee_mlp)
S3method(coef,brulee_multinomial_reg)
S3method(predict,brulee_linear_reg)
S3method(predict,brulee_logistic_reg)
S3method(predict,brulee_mlp)
S3method(predict,brulee_multinomial_reg)
S3method(print,brulee_linear_reg)
S3method(print,brulee_logistic_reg)
S3method(print,brulee_mlp)
S3method(print,brulee_multinomial_reg)
export("%>%")
export(autoplot)
export(brulee_activations)
export(brulee_linear_reg)
export(brulee_logistic_reg)
export(brulee_mlp)
export(brulee_mlp_two_layer)
export(brulee_multinomial_reg)
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(dplyr,"%>%")
importFrom(generics,tunable)
importFrom(ggplot2,autoplot)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,model.matrix)
importFrom(stats,terms)
importFrom(utils,globalVariables)