You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a future version, would it be possible to add dynamic tree cutting algorithms to scikit-network? I only know of one algorithm which works pretty called the dynamic tree cutting algorithm based in R but there is a Python version as well. If there are any else you know of, please share as this one is a bit old but widely used.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Suggestion by @jolespin
In a future version, would it be possible to add dynamic tree cutting algorithms to scikit-network? I only know of one algorithm which works pretty called the dynamic tree cutting algorithm based in R but there is a Python version as well. If there are any else you know of, please share as this one is a bit old but widely used.
Here's the cut algorithms which seem to be wrappers around SciPy:
https://scikit-network.readthedocs.io/en/latest/reference/hierarchy.html#cuts
The original implementation is described here:
https://academic.oup.com/bioinformatics/article/24/5/719/200751
The Python implementation is here:
https://github.com/kylessmith/dynamicTreeCut
Beta Was this translation helpful? Give feedback.
All reactions