Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to version 8.0.3 of package RevoPemaR.
Description
Generator for a PemaBaseClass reference class object to be used with pemaCompute.
Usage
PemaBaseClass(...)
Arguments
...
Arguments used in the constructor. Not used by the PemaBaseClass
base class.
Details
This is a base reference class for the construction of reference classes to be used for parallel external memory algorithms for use in pemaCompute. See PemaMean for a simple example.
Value
A PemaBaseClass
reference class object.
See Also
setRefClass, setPemaClass, pemaCompute, PemaMean
Examples
# Show help for methods
PemaBaseClass$help(initialize)
PemaBaseClass$help(processData)
PemaBaseClass$help(updateResults)
PemaBaseClass$help(processResults)