Preprocessing Graph Nodes#
EventsNode#
- class retentioneering.preprocessing_graph.nodes.EventsNode(processor, description=None)[source]#
Class for regular nodes of a PreprocessingGraph.
See also
PreprocessingGraph.add_nodeAdd a node to PreprocessingGraph.
PreprocessingGraph.combineRun calculations of PreprocessingGraph.
MergeNodeMerging nodes of a PreprocessingGraph.
Notes
See Preprocessing user guide for the details.
MergeNode#
- class retentioneering.preprocessing_graph.nodes.MergeNode(description=None)[source]#
Class for merging nodes of a PreprocessingGraph.
See also
PreprocessingGraph.add_nodeAdd a node to PreprocessingGraph.
PreprocessingGraph.combineRun calculations of PreprocessingGraph.
EventsNodeRegular nodes of a PreprocessingGraph.
Notes
See Preprocessing user guide for the details.