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
It is seen that this can be used to construct an ego graph of one degree. https://github.com/Altimis/Scweet/blob/master/Scweet/user.py
For having it in multiple degrees, one has to merely create a "checked" flag and a depth counter for BFS.
However it can have more than one "seed", thus increasing complexity. I wonder if there is a way to cache this data easily and not have conflicted depth counts between starting points.
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
-
It is seen that this can be used to construct an ego graph of one degree. https://github.com/Altimis/Scweet/blob/master/Scweet/user.py
For having it in multiple degrees, one has to merely create a "checked" flag and a depth counter for BFS.
However it can have more than one "seed", thus increasing complexity. I wonder if there is a way to cache this data easily and not have conflicted depth counts between starting points.
It could be used in projects like this:
Beta Was this translation helpful? Give feedback.
All reactions