From c1f9894e730db4a7e80ed678e72a777d6267c854 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Mar 2019 21:51:02 -0500 Subject: Correct docs, update roxygen --- man/gensvm.train.test.split.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 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 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} -- cgit v1.2.3