Home
last modified time | relevance | path

Searched refs:beginCluster (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-raster/raster/man/
H A Dcluster.Rd3 \alias{beginCluster}
10 \code{beginCluster} creates, and \code{endCluster} deletes a 'snow' cluster object. This object can…
12 \code{beginCluster} determines the number of nodes (cores) that are available and uses all of them …
14beginCluster may fail when the package 'nws' is installed. You can fix that by removing the 'nws' …
24 … has a build-in capacity for clustering that is automatically used if beginCluster() has been call…
28 beginCluster(n, type='SOCK', nice, exclude)
43 \item{cl}{cluster object (do not use it if beginCluster() has been called}
53 beginCluster and endCluster: None. The side effect is to create or delete a cluster object.
62 beginCluster()
98 # get cluster object created with beginCluster
H A Dpredict.Rd108 beginCluster()
/dports/math/R-cran-raster/raster/R/
H A DmultiCore.R10 beginCluster <- function(n, type='SOCK', nice, exclude=NULL) { function
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/
H A Demufat.h671 u8 chainSize(u32 beginCluster, u32* size) const;
/dports/math/R-cran-raster/raster/
H A DNEWS507 beginCluster now has 'exclude' option (suggested by Julian Zeidler)
562 cluster support for raster::predict function (run beginCluster() before using predict); but so far …