powered by
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.
Object of FormulaNode
FormulaNode
Object of R6Class with methods for constructing a DAG.
R6Class
getData()
returns the node's transformed data.
Derived from Node, please see base class documentation.