Skip to content

Commit 0b0361f

Browse files
hashgnn write endpoints
1 parent ec9ee2d commit 0b0361f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/sphinx/source/ml.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
216216
217217
Returns an estimation of the memory consumption for that procedure.
218218

219+
.. py:function:: gds.hashgnn.write(G: Graph, **config: Any) -> DataFrame
220+
221+
HashGNN creates node embeddings by hashing and message passing.
222+
223+
.. py:function:: gds.hashgnn.write.estimate(G: Graph, **config: Any) -> DataFrame
224+
225+
Returns an estimation of the memory consumption for that procedure.
226+
219227
.. py:function:: gds.node2vec.mutate(G: Graph, **config: Any) -> Series[Any]
220228
221229
The Node2Vec algorithm computes embeddings for nodes based on random walks.

0 commit comments

Comments
 (0)