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
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
This seems to be caused by named graphs being "OUTGOING" by default and degree centrality calculating "INBOUND" centrality by default.
Altering the query to
call algo.degree(null,null,{write:false,graph:'wiki', direction:'outgoing'});
yields the expected results
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: