aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
blob: 6d37b12b8de87ee0fcff8568a197ebb4c9ff2ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated by roxygen2: do not edit by hand

S3method(coef,gensvm)
S3method(coef,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)
useDynLib(gensvm_wrapper, .registration = TRUE)