aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.train.test.split.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-04 17:26:50 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-04 17:26:50 +0100
commit7332d3a6dfcef736e3ac4ef69591001dde5bf064 (patch)
treea46fd318143ddb96c05e17850b9590969c356de4 /man/gensvm.train.test.split.Rd
parentFix formatting (diff)
downloadrgensvm-7332d3a6dfcef736e3ac4ef69591001dde5bf064.tar.gz
rgensvm-7332d3a6dfcef736e3ac4ef69591001dde5bf064.zip
Generate man with updated roxygen
Diffstat (limited to 'man/gensvm.train.test.split.Rd')
-rw-r--r--man/gensvm.train.test.split.Rd12
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}