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
|
# Generated by roxygen2: do not edit by hand
S3method(coef,gensvm)
S3method(coef,gensvm.grid)
S3method(fitted,gensvm)
S3method(fitted,gensvm.grid)
S3method(plot,gensvm)
S3method(plot,gensvm.grid)
S3method(predict,gensvm)
S3method(predict,gensvm.grid)
S3method(print,gensvm)
S3method(print,gensvm.grid)
export(gensvm)
export(gensvm.accuracy)
export(gensvm.grid)
export(gensvm.load.full.grid)
export(gensvm.load.small.grid)
export(gensvm.load.tiny.grid)
export(gensvm.maxabs.scale)
export(gensvm.refit)
export(gensvm.train.test.split)
export(gensvm.validate.param.grid)
export(gensvm.validate.params)
importFrom(grDevices,rgb)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(stats,coef)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,sd)
useDynLib(gensvm_wrapper, .registration = TRUE)
|