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_node

Add a node to PreprocessingGraph.

PreprocessingGraph.combine

Run calculations of PreprocessingGraph.

MergeNode

Merging 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_node

Add a node to PreprocessingGraph.

PreprocessingGraph.combine

Run calculations of PreprocessingGraph.

EventsNode

Regular nodes of a PreprocessingGraph.

Notes

See Preprocessing user guide for the details.