Learn Before
Relation

Global vs. Local Structure Preservation in Dimension Reduction

Dimension reduction methods can be compared based on the type of data structure they preserve:

  • Principal Component Analysis (PCA): Focuses on preserving global structure by identifying the axes that account for the largest variance in the data.
  • t-Distributed Stochastic Neighbor Embedding (t-SNE): Focuses on preserving local structure (neighborhoods) by mapping high-dimensional data to a lower-dimensional space while maintaining relative distances between nearby points.

0

3

Updated 2026-07-01

Tags

Data Science