You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand from this and this paper on dimensionality reduction, spectral embeddings refer to any technique that conducts an eigendecomposition of an affinity matrix, not just Laplacian Eigenmaps. Those papers, and numerous other explicitly state the algorithms "spectral embedding" includes.
"... for spectral embedding algorithms such as metric multidimensional scaling (MDS) (Cox & Cox, 1994), spectral clustering (see Weiss, 1999, for a review), Laplacian eigenmaps, LLE, and Isomap..." 3
In fact, the sklearn documentation was the only source I could find that refers to laplacian eigenmaps and spectral embedding synonymously.
If I am correct, I propose renaming spectral embedding to laplacian eigenmaps, or, at the very least, correct the misleading documentation that says "Spectral Embedding (also known as Laplacian Eigenmaps)...".
"Spectral methods ... are able to reveal low dimensional structure in high dimensional data from the top or bottom eigenvectors of specially constructed matrices" 4
The text was updated successfully, but these errors were encountered:
From the literature (and the paper title of the reference) and Laurens van der Maaten's review, I tend to agree.
We can't just rename, we need to deprecate, though.
Alternatively, we could leave the class name and say explicitly in the docs "this class implements laplacian eigenmaps". Though the more explicit name is probably a better idea.
From what I understand from this and this paper on dimensionality reduction, spectral embeddings refer to any technique that conducts an eigendecomposition of an affinity matrix, not just Laplacian Eigenmaps. Those papers, and numerous other explicitly state the algorithms "spectral embedding" includes.
"... for spectral embedding algorithms such as metric multidimensional scaling (MDS) (Cox & Cox, 1994), spectral clustering (see Weiss, 1999, for a review), Laplacian eigenmaps, LLE, and Isomap..." 3
In fact, the sklearn documentation was the only source I could find that refers to laplacian eigenmaps and spectral embedding synonymously.
If I am correct, I propose renaming spectral embedding to laplacian eigenmaps, or, at the very least, correct the misleading documentation that says "Spectral Embedding (also known as Laplacian Eigenmaps)...".
"Spectral methods ... are able to reveal low dimensional structure in high dimensional data from the top or bottom eigenvectors of specially constructed matrices" 4
The text was updated successfully, but these errors were encountered: