We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9ee2d commit 0b0361fCopy full SHA for 0b0361f
doc/sphinx/source/ml.rst
@@ -216,6 +216,14 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
216
217
Returns an estimation of the memory consumption for that procedure.
218
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
227
.. py:function:: gds.node2vec.mutate(G: Graph, **config: Any) -> Series[Any]
228
229
The Node2Vec algorithm computes embeddings for nodes based on random walks.
0 commit comments