-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
165 lines (164 loc) · 3.51 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Generated by roxygen2: do not edit by hand
S3method("[",fsets)
S3method(as.ctx3,ctx3)
S3method(as.ctx3,ctx3bilat)
S3method(as.ctx3,ctx5)
S3method(as.ctx3,ctx5bilat)
S3method(as.ctx3,default)
S3method(as.ctx3bilat,ctx3)
S3method(as.ctx3bilat,ctx3bilat)
S3method(as.ctx3bilat,ctx5)
S3method(as.ctx3bilat,ctx5bilat)
S3method(as.ctx3bilat,default)
S3method(as.ctx5,ctx3)
S3method(as.ctx5,ctx3bilat)
S3method(as.ctx5,ctx5)
S3method(as.ctx5,ctx5bilat)
S3method(as.ctx5,default)
S3method(as.ctx5bilat,ctx3)
S3method(as.ctx5bilat,ctx3bilat)
S3method(as.ctx5bilat,ctx5)
S3method(as.ctx5bilat,ctx5bilat)
S3method(as.ctx5bilat,default)
S3method(as.data.frame,farules)
S3method(as.data.frame,fsets)
S3method(as.matrix,fsets)
S3method(as_tibble,fsets)
S3method(c,farules)
S3method(cbind,fsets)
S3method(fcut,data.frame)
S3method(fcut,default)
S3method(fcut,factor)
S3method(fcut,logical)
S3method(fcut,matrix)
S3method(fcut,numeric)
S3method(lcut,data.frame)
S3method(lcut,default)
S3method(lcut,factor)
S3method(lcut,logical)
S3method(lcut,matrix)
S3method(lcut,numeric)
S3method(plot,fsets)
S3method(print,algebra)
S3method(print,ctx3)
S3method(print,ctx3bilat)
S3method(print,ctx5)
S3method(print,ctx5bilat)
S3method(print,farules)
S3method(print,frbe)
S3method(print,fsets)
S3method(rbind,fsets)
S3method(str,fsets)
export("specs<-")
export("vars<-")
export(aggregateConsequents)
export(algebra)
export(allowed.lingexpr)
export(antecedents)
export(as.ctx3)
export(as.ctx3bilat)
export(as.ctx5)
export(as.ctx5bilat)
export(compose)
export(consequents)
export(ctx3)
export(ctx3bilat)
export(ctx5)
export(ctx5bilat)
export(defaultHedgeParams)
export(defuzz)
export(dragonfly)
export(equidist)
export(equifreq)
export(evalfrbe)
export(farules)
export(fcut)
export(fire)
export(frbe)
export(fsets)
export(ft)
export(ftinv)
export(goedel.biresiduum)
export(goedel.residuum)
export(goedel.tconorm)
export(goedel.tnorm)
export(goguen.biresiduum)
export(goguen.residuum)
export(goguen.tconorm)
export(goguen.tnorm)
export(hedge)
export(horizon)
export(invol.neg)
export(is.algebra)
export(is.ctx3)
export(is.ctx3bilat)
export(is.ctx5)
export(is.ctx5bilat)
export(is.farules)
export(is.frbe)
export(is.fsets)
export(is.ft)
export(is.specific)
export(kleene)
export(lcut)
export(lingexpr)
export(lowerEst)
export(lukas.biresiduum)
export(lukas.residuum)
export(lukas.tconorm)
export(lukas.tnorm)
export(mase)
export(minmax)
export(mult)
export(nelson)
export(pbld)
export(perceive)
export(pgoedel.tconorm)
export(pgoedel.tnorm)
export(pgoguen.tconorm)
export(pgoguen.tnorm)
export(plukas.tconorm)
export(plukas.tnorm)
export(quantifier)
export(raisedcos)
export(raisedcosine)
export(rbcoverage)
export(reduce)
export(rmse)
export(searchrules)
export(slices)
export(smape)
export(sobocinski)
export(specs)
export(strict.neg)
export(sugeno)
export(triangle)
export(triangular)
export(vars)
importFrom(Rcpp,evalCpp)
importFrom(e1071,kurtosis)
importFrom(e1071,skewness)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(forecast,auto.arima)
importFrom(forecast,ets)
importFrom(forecast,forecast)
importFrom(forecast,rwf)
importFrom(forecast,thetaf)
importFrom(plyr,colwise)
importFrom(plyr,laply)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,ts)
importFrom(stats,ts.plot)
importFrom(stats,weighted.mean)
importFrom(tibble,as_tibble)
importFrom(tseries,adf.test)
importFrom(utils,str)
useDynLib(lfl, .registration = TRUE)