RxLocalParallel-class: Class RxLocalParallel
Class for the RevoScaleR Local Parallel Compute Context.
The targeted generator RxLocalParallel as well as the general generator RxComputeContext.
Class RxComputeContext, directly.
signature(object = "RxLocalParallel")
: ...
Microsoft Corporation Microsoft Technical Support
RxHadoopMR, RxSpark, RxInSqlServer, RxLocalSeq.
## Not run:
myComputeContext <- RxComputeContext("RxLocalParallel")
is(myComputeContext, "RxComputeContext")
# [1] TRUE
is(myComputeContext, "RxLocalParallel")
# [1] TRUE
## End(Not run)