From 7332d3a6dfcef736e3ac4ef69591001dde5bf064 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 4 Sep 2020 17:26:50 +0100 Subject: Generate man with updated roxygen --- man/gensvm.train.test.split.Rd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'man/gensvm.train.test.split.Rd') 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} -- cgit v1.2.3