Dokumentation (english)

Dimensionality Reduction

Project new data into the lower-dimensional space learned during training

Dimensionality reduction inference transforms new data points into the compressed representation learned during training. Provide the same feature columns — the model returns the projected coordinates for each row.

Note: t-SNE, LLE, MDS, and Spectral Embedding are training-only and do not support inference on new data.

Available Models

  • PCA – Linear projection onto principal components
  • UMAP – Nonlinear manifold projection preserving local and global structure
  • Truncated SVD – SVD-based reduction, works well on sparse data
  • Factor Analysis – Probabilistic linear model for latent factors
  • ICA – Extract statistically independent source signals
  • NMF – Non-negative factorization for parts-based representations
  • LDA – Supervised linear projection maximizing class separability
  • Isomap – Geodesic-distance manifold embedding
  • Kernel PCA – PCA with nonlinear kernel transformations

On this page


Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor etwa 2 Stunden
Release: v4.0.0-production
Buildnummer: master@afa25ab
Historie: 72 Items