Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Tweeted twitter.com/StackStats/status/1500395775087550465
added 9 characters in body
Source Link
user42004
user42004

Basically, spectral clustering is an application of spectral graph theory, which utilizes the eigenvalues and eigenvectors of a Laplacian matrix or adjacency matrix to disclose the connected components of a graph.

Let's talk about the Laplacian matrix. Ideally, for a graph with a few connected components, the values of the eigenvector corresponding to the 2nd smallest eigenvalue is a piecewise linear vector that perfectly corresponds to the components. As showed in the following figure: enter image description here

The figure shows five connected components (clusters). However, I wonder if there are any actual meaning for the magnitudes of these values?

For example, the 4th component has the largestsmallest absolute values while 5th component has the smallestlargest, what does that tell us about these two components?

Basically, spectral clustering is an application of spectral graph theory, which utilizes the eigenvalues and eigenvectors of a Laplacian matrix or adjacency matrix to disclose the connected components of a graph.

Let's talk about the Laplacian matrix. Ideally, for a graph with a few connected components, the values of the eigenvector corresponding to the 2nd smallest eigenvalue is a piecewise linear vector that perfectly corresponds to the components. As showed in the following figure: enter image description here

The figure shows five connected components (clusters). However, I wonder if there are any actual meaning for the magnitudes of these values?

For example, the 4th component has the largest values while 5th component has the smallest, what does that tell us about these two components?

Basically, spectral clustering is an application of spectral graph theory, which utilizes the eigenvalues and eigenvectors of a Laplacian matrix or adjacency matrix to disclose the connected components of a graph.

Let's talk about the Laplacian matrix. Ideally, for a graph with a few connected components, the values of the eigenvector corresponding to the 2nd smallest eigenvalue is a piecewise linear vector that perfectly corresponds to the components. As showed in the following figure: enter image description here

The figure shows five connected components (clusters). However, I wonder if there are any actual meaning for the magnitudes of these values?

For example, the 4th component has the smallest absolute values while 5th component has the largest, what does that tell us about these two components?

Source Link
user42004
user42004

spectral clustering/theory, is there any meaning for the magnitude of values in eigenvectors?

Basically, spectral clustering is an application of spectral graph theory, which utilizes the eigenvalues and eigenvectors of a Laplacian matrix or adjacency matrix to disclose the connected components of a graph.

Let's talk about the Laplacian matrix. Ideally, for a graph with a few connected components, the values of the eigenvector corresponding to the 2nd smallest eigenvalue is a piecewise linear vector that perfectly corresponds to the components. As showed in the following figure: enter image description here

The figure shows five connected components (clusters). However, I wonder if there are any actual meaning for the magnitudes of these values?

For example, the 4th component has the largest values while 5th component has the smallest, what does that tell us about these two components?