Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
Class for the RevoScaleR Compute Context using one of the foreach dopar back ends.
Generators
The targeted generator RxForeachDoPar as well as the general generator RxComputeContext.
Extends
Class RxComputeContext, directly.
Methods
show
signature(object = "RxForeachDoPar")
: ...
Author(s)
Microsoft Corporation Microsoft Technical Support
See Also
RxComputeContext, RxLocalSeq, RxLocalParallel, RxSpark, RxHadoopMR.
Examples
## Not run:
myComputeContext <- RxComputeContext("RxForeachDoPar")
is(myComputeContext, "RxComputeContext")
# [1] TRUE
is(myComputeContext, "RxForeachDoPar")
# [1] TRUE
## End(Not run)