Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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)