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

Question on why eigenvectors with eignelvalues of zero are not filtered out in code #3

Open
sidhantls opened this issue May 22, 2022 · 0 comments

Comments

@sidhantls
Copy link

The paper mentions that the first k non-zero eigenvalues of the laplacian are used for Phi(k). However, in the code, I don't see filtering the zero-eigenvalues out by setting a low threshold of 1e-6 for example. Phi(1) contains the lowest non-zero eigenvalue and Phi(k) contains the lowest K non-zero eigenvalues, right, according to the Figure 1? Here

In that case, why aren't the eigenvalues with low mangitude, eigenvalue < e-6, filtered out in get_k_lowest_eig? Here. To get the lowest k non-zero eigenvalues. If the eigenvalue is less than 1e-6 they could be considered as the zero eigenvalues and hence filtered out?

Would be great if you could share your thoughts on this

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