-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
66 lines (65 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
S3method(ALE,citodnn)
S3method(ALE,citodnnBootstrap)
S3method(PDP,citodnn)
S3method(PDP,citodnnBootstrap)
S3method(coef,citocnn)
S3method(coef,citodnn)
S3method(coef,citodnnBootstrap)
S3method(conditionalEffects,citodnn)
S3method(conditionalEffects,citodnnBootstrap)
S3method(continue_training,citocnn)
S3method(continue_training,citodnn)
S3method(continue_training,citodnnBootstrap)
S3method(head,call)
S3method(head,formula)
S3method(head,name)
S3method(plot,citoarchitecture)
S3method(plot,citocnn)
S3method(plot,citodnn)
S3method(plot,citodnnBootstrap)
S3method(predict,citocnn)
S3method(predict,citodnn)
S3method(predict,citodnnBootstrap)
S3method(predict,citommn)
S3method(print,avgPool)
S3method(print,citoarchitecture)
S3method(print,citocnn)
S3method(print,citodnn)
S3method(print,citodnnBootstrap)
S3method(print,citommn)
S3method(print,conditionalEffects)
S3method(print,conditionalEffectsBootstrap)
S3method(print,conv)
S3method(print,linear)
S3method(print,maxPool)
S3method(print,summary.citodnn)
S3method(print,summary.citodnnBootstrap)
S3method(print,transfer)
S3method(residuals,citodnn)
S3method(summary,citocnn)
S3method(summary,citodnn)
S3method(summary,citodnnBootstrap)
S3method(summary,citommn)
export(ALE)
export(PDP)
export(analyze_training)
export(avgPool)
export(cnn)
export(conditionalEffects)
export(config_lr_scheduler)
export(config_optimizer)
export(config_tuning)
export(continue_training)
export(conv)
export(create_architecture)
export(dnn)
export(e)
export(linear)
export(maxPool)
export(mmn)
export(multinomial_log_prob)
export(transfer)
export(tune)
import(checkmate)
import(tibble)