Description Usage Arguments Value Examples
This algorithm segments a data set into a prespecified number of subsets.
1 | workers(X, n, random = T)
|
X |
A matrix to be subsetted. |
n |
Number of subsets to be created. |
random |
If true, the rows of X are shuffled prior to the split. |
A list containing the n subsets.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.