lenskit.pipeline.nodes#
Node objects used to represent pipelines internally. It is very rare for client code to need to work with the types in this module.
- Stability:
Internal
Classes#
Representation of a single node in a Pipeline.
An input node.
A node storing a literal value.
A node storing a component. This is an abstract node class; see subclasses
A node storing a component. This is an abstract node class; see subclasses
A node storing a component. This is an abstract node class; see subclasses
Exported Aliases#
- classlenskit.pipeline.nodes.Component#
Re-exported alias for
lenskit.pipeline.components.Component.
- classlenskit.pipeline.nodes.ComponentConstructor#
Re-exported alias for
lenskit.pipeline.components.ComponentConstructor.
- classlenskit.pipeline.nodes.ComponentInput#
Re-exported alias for
lenskit.pipeline.components.ComponentInput.
- lenskit.pipeline.nodes.PipelineFunction#
Re-exported alias for
lenskit.pipeline.components.PipelineFunction.
- lenskit.pipeline.nodes.component_inputs()#
Re-exported alias for
lenskit.pipeline.components.component_inputs().