Spectral clustering methods #492
Replies: 4 comments 2 replies
-
|
I'm happy to take the union-find issue, so I'll split it off as a separate task. |
Beta Was this translation helpful? Give feedback.
-
|
Boost has an old linear algebra library and a new one, but then there's the industry standard, Eigen. I don't think we want to touch the old one anymore but I'm not sure if the new one covers everything. Ultimately, I think we'll want to give users a choice through compile-time options, however I guess that means we'll want to write a thin wrapper layer just to keep those compile-time shenanigans out of the main logic. |
Beta Was this translation helpful? Give feedback.
-
|
Hello! If only moderate C++ experience is not an issue, I would be happy to contribute a couple of such methods. The current |
Beta Was this translation helpful? Give feedback.
-
|
I converted this issue to a discussion because too broad. Overlaps with #484 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Structural BIoinformatics Library uses Boost Graph extensively to represent covalent structure in biomolecules. A few notes:
A wish-list has been kindly communicated by Frederic Cazals :
UnionFind()auto-initializationigraph_union_find_init()internal management.Concerning points 1 and 2: if there is interest for spectral clustering, a challenge could be to properly disentangle linear algebra from graphs to keep BGL focused.
Beta Was this translation helpful? Give feedback.
All reactions