View source: R/parallelsetting.r
ataStartCluster | R Documentation |
Start/stop cluster parallel calculation for time consuming prediction. ataIsClusterEnabled queries if cluster connections have been started by ataStartCluster.
ataStartCluster(spec = min(parallel::detectCores(), 8), ...)
ataStopCluster()
spec |
A specification appropriate to the type of cluster. See snow::makeCluster. By default, a maximum number of 8 slaves nodes can be creates on the local machine. |
... |
cluster type and option specifications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.