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 Local Parallel Compute Context.
Generators
The targeted generator RxLocalParallel as well as the general generator RxComputeContext.
Extends
Class RxComputeContext, directly.
Methods
show
signature(object = "RxLocalParallel")
: ...
Author(s)
Microsoft Corporation Microsoft Technical Support
See Also
RxHadoopMR, RxSpark, RxInSqlServer, RxLocalSeq.
Examples
## Not run:
myComputeContext <- RxComputeContext("RxLocalParallel")
is(myComputeContext, "RxComputeContext")
# [1] TRUE
is(myComputeContext, "RxLocalParallel")
# [1] TRUE
## End(Not run)