Fill in some parts
This commit is contained in:
parent
53d7884dd5
commit
066f0ff358
|
@ -174,7 +174,11 @@
|
||||||
|
|
||||||
#### Predefined methods
|
#### Predefined methods
|
||||||
|
|
||||||
- Provides access to information, and operation
|
- Provides access to information, and operation:
|
||||||
|
- `Graph.vertices`, `graph.edges`, `graph.triples`: access property
|
||||||
|
- `Graph.degrees`: Access connected edges: Provides a tuple with
|
||||||
|
(`vertexId`, `degree` of each vertex)
|
||||||
|
- `Graph.connectedComponents`: each of the connected components of the graph
|
||||||
- Pregel-like iterative graph traversals:
|
- Pregel-like iterative graph traversals:
|
||||||
- Number of iterations are needed
|
- Number of iterations are needed
|
||||||
- `mergeMsg`: Combine incoming messages to a single one
|
- `mergeMsg`: Combine incoming messages to a single one
|
||||||
|
|
Loading…
Reference in a new issue