September 2017
Beginner to intermediate
360 pages
8h 13m
English
The following are some important graph transformations:
Graph<Long, Long, Long> updatedGraph = graph.mapVertices(new MapFunction<Vertex<Long, Long>, Long>() {public Long map(Vertex<Long, Long> value) {return value.getValue() + 1;}});
graph.subgraph(new FilterFunction<Vertex<Long, ...
Read now
Unlock full access