Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)