Module 6 Multidimensional Scaling
Module 6 Multidimensional Scaling
3. Stress Function: MDS algorithms typically minimize a "stress" function, which measures
the difference between the distances in the original space and those in the reduced
space. Lower stress values indicate a more accurate representation of the original
distances in the new dimensions
Types of MDS:
• Classical MDS: Assumes linear relationships and is typically used for Euclidean
distance-based data. It finds a coordinate matrix that preserves distances in a
lower-dimensional space.
• Non-metric MDS: Useful for data with rank-based distances, where only the
relative order of distances matters. This version of MDS is more flexible and can
be used for a wider range of distance measures.
MDS is especially useful for visualizing and interpreting complex datasets, revealing underlying
structures and relationships by presenting them in an interpretable, lower-dimensional format.
Example
A B C D
A 0 2 5 6
B 2 0 3 5
C 5 3 0 1
D 6 5 1 0