Module IndexΒΆ

The topical API pages document the public objects and functions. These module pages provide lower-level package entry points for users who import from subpackages directly.

PCA, MDS, and related dimensionality-reduction classes.

Optional TSV/CSV export of fitted embeddings is implemented in snputils.processing.dimred_tabular and can be enabled via embedding_table_path on PCA, mdPCA, and maasMDS.

Public names are re-exported here via lazy loading (PEP 562) so that import snputils.processing remains lightweight.