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
Base class for all RevoScaleR Compute Contexts.
Objects from the Class
A virtual class: No objects may be created from it.
Generator
The generator for classes that extend RxComputeContext is RxComputeContext.
Author(s)
Microsoft Corporation Microsoft Technical Support
##See Also
RxHadoopMR, RxSpark, RxInSqlServer, RxLocalSeq, RxLocalParallel, RxForeachDoPar.
Examples
myComputeContext <- RxComputeContext("local")
is(myComputeContext, "RxComputeContext")
# [1] TRUE
is(myComputeContext, "RxLocalSeq")
# [1] TRUE