Skip to content

Latest commit

 

History

History
85 lines (51 loc) · 1.5 KB

File metadata and controls

85 lines (51 loc) · 1.5 KB
title description keywords author ms.author manager ms.date ms.topic ms.service ms.assetid ROBOTS audience ms.devlang ms.reviewer ms.suite ms.tgt_pltfrm ms.custom
RxForeachDoPar-class class (revoAnalytics) | Microsoft Docs
Class for the RevoScaleR Compute Context using one of the foreach dopar back ends.
(revoAnalytics), RxForeachDoPar-class, show,RxForeachDoPar-method, classes
chuckheinzelman
charlhe
cgronlun
07/15/2019
reference
mlserver

RxForeachDoPar-class: Class RxForeachDoPar

Description

Class for the RevoScaleR Compute Context using one of the foreach dopar back ends.

Generators

The targeted generator RxForeachDoPar as well as the general generator RxComputeContext.

Extends

Class RxComputeContext, directly.

Methods

show

signature(object = "RxForeachDoPar"): ...

Author(s)

Microsoft Corporation Microsoft Technical Support

See Also

RxComputeContext, RxLocalSeq, RxLocalParallel, RxSpark, RxHadoopMR.

Examples


 ## Not run:

myComputeContext <- RxComputeContext("RxForeachDoPar")
is(myComputeContext, "RxComputeContext")
# [1] TRUE
is(myComputeContext, "RxForeachDoPar")
# [1] TRUE
## End(Not run)