forked from JuliaGraphs/Graphs.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some normalized_cut() fixes (JuliaGraphs#84)
* eigs(): cleanup, sort complex eigvals by real part * normalized_cut(): check size of weightmatrix early * normalized_cut(): take care of isolated vertices because they result in degenerated matrix * normalized_cut(): check if 2nd eigvec is missing * normalized_cut(): use real part of eigenvec --------- Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters