gt; You could compute the degrees beforehand (e.g. using the
> > Graph.[in|out|get]degrees()) methods and use the resulting dataset as a
> > new vertex dataset. You can now run your vertex-centric computation and
> > access the degrees as vertex value.
> >
> > Cheers,
&g
Hi all,
I have a question related to Gelly and graph filtering and hoping to get
some pointers/input.
Basically I have a bipartite graph prepared for a signal/collect iteration,
but want to prune it first to only include target nodes with x or more
edges (indegree >= x). To filter on vertex value