vasia/gelly-streaming

Change getDegrees() to count all edges (not only distinct)

vasia opened this issue · 0 comments

vasia commented

We can add a flag to this method or simply call graphStream.distinct().getDegrees() to get the current behavior.