Description Usage Arguments Details Value Author(s)
This functions splits an object into a number of pieces as specified by ncl.
1 | sge.split(x, ncl)
|
x |
Object to be split (only supports matrix, array, data.frame, list, and vector) |
ncl |
Number of segments that the object should be split into. |
This method is an internal helper method that is used by parApply to split the objects into segments that are distributed to nodes of an SGE cluster. This function relies on the splitIndices method from the snow package to determine how many rows each segment should have.
List containing all split data segments.
Dan Bode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.