GraphWindowStream should provide access to the same transformations and properties with GraphStream. Moreover, it should support neighborhood aggregation, reduceOnNeighbors, which takes a user-defined neighborhood function and a reduce function to apply it per vertex neighborhood.
GraphWindowStream
should provide access to the same transformations and properties withGraphStream
. Moreover, it should support neighborhood aggregation,reduceOnNeighbors
, which takes a user-defined neighborhood function and a reduce function to apply it per vertex neighborhood.