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

base

A module that contains the base classes for pipelines, Pipeline, and tasks of pipelines, Task, which are used to perform a specific set of operations on data.

spectral

A module that contains Pipeline implementations for spectral embeddings, SpectralEmbedding, and spectral clustering, SpectralClustering.