Description Usage Arguments Constructors Methods Internal Class Fields and Methods Author(s) See Also Examples
A Consumer
to divide incoming tasks amongst
processes for parallel evaluation; not supported on Windows.
1 |
FUN |
A |
... |
Additional arguments (e.g., |
param |
If provided, a |
Use Team
to construct instances of this class.
When param
is missing, Team
consults the registry (see
register
) for a parallel parameter class. If none is
found and .Platform$OS.type == "unix"
, a default
MulticoreParam
instance is used. An error is signaled on
other operating systems (i.e., Windows)
See Consumer
Methods.
Internal fields of this class are are described with, e.g.,
getRefClass("MulticoreTeam")$fields
.
Internal methods of this class are described with
getRefClass("MulticoreTeam")$methods()
and
getRefClass("MulticoreTeam")$help()
.
Martin Morgan mtmorgan@fhcrc.org
ParallelParam
for configuring parallel
environments. DAGTeam
apply functions organized as a
directed acyclic graph.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.