diff options
Diffstat (limited to 'man/gensvm.train.test.split.Rd')
| -rw-r--r-- | man/gensvm.train.test.split.Rd | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/gensvm.train.test.split.Rd b/man/gensvm.train.test.split.Rd index 2a38099..38c0420 100644 --- a/man/gensvm.train.test.split.Rd +++ b/man/gensvm.train.test.split.Rd @@ -4,9 +4,15 @@ \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} |
