ataStartCluster {atakrig}R Documentation

Start/stop cluster parallel calculation.

Description

Start/stop cluster parallel calculation for time consuming prediction. ataIsClusterEnabled queries if cluster connections have been started by ataStartCluster.

Usage

ataStartCluster(spec = min(parallel::detectCores(), 8), ...)
ataStopCluster()

Arguments

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.


[Package atakrig version 0.9.8.1 Index]