PCA
availableConstructs orthogonal components that capture decreasing amounts of dataset variance.
Construct lower-dimensional representations for visualization, comparison, and embedded-space clustering.
Embedding and projection methods transform selected dataset features into a lower-dimensional coordinate space.
The resulting representation can be inspected directly, compared across runs, used for two- or three-dimensional visualization, or supplied as the analytical space for clustering.
Different representation methods preserve or emphasize different aspects of dataset structure.
Constructs orthogonal components that capture decreasing amounts of dataset variance.
Constructs a lower-dimensional representation based on neighborhood relationships.
Creates a representation emphasizing local similarity between observations.
Places observations in a lower-dimensional space while approximating pairwise distances.
Learns a compressed representation through a neural encoder-decoder architecture.
Learns a probabilistic latent representation using a variational encoder-decoder architecture.
Uses a learned latent representation designed around deep embedded structure.
Inspect the relative arrangement of observations in two or three dimensions.
Use generated coordinates as the analytical input to a clustering method.
Learn more →Compare how alternative embedding methods and configurations represent the same dataset.
Preserve generated coordinates together with their run configuration and downstream outputs.