data_split<- | R Documentation |
Assign a new list containing a cross-validation split to a SIAMCAT object
data_split(x) <- value
## S4 replacement method for signature 'siamcat,list'
data_split(x) <- value
x |
an object of class siamcat-class |
value |
list containing a cross-validation split |
none
data(siamcat_example)
data_split(siamcat_example) <- data_split(siamcat_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.