lenskit.pipeline.Node#
- class lenskit.pipeline.Node(name, *, types=None)#
Bases:
Generic
[ND
]Representation of a single node in a
Pipeline
.- Stability:
- Caller (see Stability Levels).
- Parameters:
Methods
__init__
(name, *[, types])Attributes
The name of this node.
The set of valid data types of this node, or None for no typechecking.