Description
Represents a formula node in a DAG. Inherit from this node to specify some kind of
formula within the DAG, e.g. a linear predictor and/or link function. Override the
FormulaNode$getData() method to apply your own function.Format
Object of R6Class
with methods for constructing a DAG.Methods
getData()
- returns the node's transformed data.
Details
Derived from Node, please see base class documentation.