According to the reference quoted below, when performing a classical MDS on a dataset, I have to compute a centered matrix $B$ based on the dissimilarity matrix and then to compute the eigen-decomposition $B = V \Lambda V^T$.
Then it is said (top page 320, step 4),
If the points were originally in a $p$-dimensional space, the first $p$ eigenvalues of $B$ are nonzero and the remaining $n-p$ are zero.
But what if $n<p$? Does it even have sense to try it?
And what does it mean to "discard the 0 eigenvalues from $\Lambda$"? Replace 0 by 0?
Reference :
n points, it is possible. But is such a case, when you compute nXn distances the maximal intrinsic _dimensionality_ will be n, not p.
– ttnphns Feb 09 '16 at 16:58