diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 21:51:02 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 21:51:02 -0500 |
| commit | c1f9894e730db4a7e80ed678e72a777d6267c854 (patch) | |
| tree | e2e0304d33a4c8a42c507269b40109a89db4ec90 /man/gensvm.train.test.split.Rd | |
| parent | update submodule (diff) | |
| download | rgensvm-c1f9894e730db4a7e80ed678e72a777d6267c854.tar.gz rgensvm-c1f9894e730db4a7e80ed678e72a777d6267c854.zip | |
Correct docs, update roxygen
Diffstat (limited to 'man/gensvm.train.test.split.Rd')
| -rw-r--r-- | man/gensvm.train.test.split.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/gensvm.train.test.split.Rd b/man/gensvm.train.test.split.Rd index 261f7d1..2a38099 100644 --- a/man/gensvm.train.test.split.Rd +++ b/man/gensvm.train.test.split.Rd @@ -4,8 +4,9 @@ \alias{gensvm.train.test.split} \title{Create a train/test split of a dataset} \usage{ -gensvm.train.test.split(x, y = NULL, train.size = NULL, test.size = NULL, - shuffle = TRUE, random.state = NULL, return.idx = FALSE) +gensvm.train.test.split(x, y = NULL, train.size = NULL, + test.size = NULL, shuffle = TRUE, random.state = NULL, + return.idx = FALSE) } \arguments{ \item{x}{array to split} |
