coco_pipe.dim_reduction.METHODS#
- coco_pipe.dim_reduction.METHODS = ('PCA', 'IncrementalPCA', 'DaskPCA', 'DaskTruncatedSVD', 'Isomap', 'LLE', 'MDS', 'SpectralEmbedding', 'TSNE', 'UMAP', 'ParametricUMAP', 'Pacmap', 'Trimap', 'PHATE', 'DMD', 'TRCA', 'IVIS', 'TopologicalAE')#
Built-in immutable sequence.
If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.
If the argument is a tuple, the return value is the same object.