generateLv | R Documentation |
This function splits the original data in two new data sets: a train set and a test set.
generateLv(data, fold)
data |
Data to be split into train and test subsets. |
fold |
Parts in which the original set is divided, to perform Cross-Validation. |
A list
structure with the train and the test set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.