Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjacency matrix not symmetric? #13

Open
habring opened this issue Jan 10, 2023 · 0 comments
Open

Adjacency matrix not symmetric? #13

habring opened this issue Jan 10, 2023 · 0 comments

Comments

@habring
Copy link

habring commented Jan 10, 2023

Hi there,

I am trying to use the Kolter algorithm provided in the repository. I am not able to run the code on the eco dataset. I get an error in the function SpectralClustering because the first input argument of kmeans is not real. This first input argument are the eigenvectors of the Laplacian L= D-W. Apparently in the setting at hand the adjacency matrix W is not symmetric and, thus, in general D might have complex eigenvectors. If the adjacency matrix is allowed to be non-symmetric, then I think this whole method might have a flaw. Otherwise I assume there is a bug in the computation of the adjacency matrix.

Best,
Andi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant