corelay.pipeline
A sub-package that contains pipelines, which perform a set of tasks represented by a special Slot type called
Task. Task slots can be filled with a special
Plug type called TaskPlug, that ensure that the values they hold are instances of
Processor. Furthermore, the sub-package contains Pipeline implementations for
spectral embeddings, SpectralEmbedding, and spectral clustering,
SpectralClustering. These are specific to
Spectral Relevance Analysis (SprAy), an explainable artificial intelligence (XAI) method for
bridging the gap between local and global XAI.
Modules
A module that contains the base classes for pipelines, |
|
A module that contains |