Fill in some parts

This commit is contained in:
Ryan 2025-01-04 20:10:11 +08:00
parent 53d7884dd5
commit 066f0ff358

View file

@ -174,7 +174,11 @@
#### 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:
- Number of iterations are needed
- `mergeMsg`: Combine incoming messages to a single one