Preprocessor: Preprocessor interface.

PreprocessorR Documentation

Preprocessor interface.

Description

This class defines a basis

Super classes

ranalyse::Node -> ranalyse::NodeProcessor -> Preprocessor

Methods

Public methods

Inherited methods

Method new()

Usage
Preprocessor$new(
  outputName,
  inputNames,
  deleteInputVars = FALSE,
  nodeDesc = NULL
)
Arguments
inputValues

Input values to be processed Default description for new @Variable@. Should be overwritten by class implementation. Execute preprocessor and return new @Variable@.


Method then()

Usage
Preprocessor$then(prep)

Method preprocess()

Usage
Preprocessor$preprocess(inputValues)

Method clone()

The objects of this class are cloneable with this method.

Usage
Preprocessor$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


schnecki/ranalyse documentation built on Dec. 1, 2022, 8:57 p.m.