View source: R/cross_validation.R
cross_validation | R Documentation |
split data to k parts by r seed by numbering list.
kfcv(data, seed, k)
data |
what data need split |
seed |
random seed from r |
k |
need to split k part |
kfcv(data=iris, seed=123, k=5)
kfcv(data=cars, seed=123, k=6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.