-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
S3method(garson,default)
S3method(garson,mlp)
S3method(garson,nn)
S3method(garson,nnet)
S3method(garson,numeric)
S3method(garson,train)
S3method(lekprofile,default)
S3method(lekprofile,mlp)
S3method(lekprofile,nn)
S3method(lekprofile,nnet)
S3method(lekprofile,train)
S3method(neuralskips,nnet)
S3method(neuralweights,mlp)
S3method(neuralweights,nn)
S3method(neuralweights,nnet)
S3method(neuralweights,numeric)
S3method(olden,default)
S3method(olden,mlp)
S3method(olden,nn)
S3method(olden,nnet)
S3method(olden,numeric)
S3method(olden,train)
S3method(plotnet,default)
S3method(plotnet,mlp)
S3method(plotnet,nn)
S3method(plotnet,nnet)
S3method(plotnet,numeric)
S3method(plotnet,train)
export(garson)
export(lekgrps)
export(lekprofile)
export(neuralskips)
export(neuralweights)
export(olden)
export(plotnet)
export(pred_sens)
import(ggplot2)
import(nnet)
import(reshape2)
import(tidyr)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(scales,rescale)
importFrom(stats,coef)
importFrom(stats,formula)
importFrom(stats,kmeans)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(utils,capture.output)