File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,20 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
227227
228228 Returns an estimation of the memory consumption for that procedure.
229229
230+ .. py :function :: gds.alpha.scaleProperties.mutate(G: Graph, ** config: Any) -> Series[Any]
231+
232+ Scale node properties
233+
234+ .. deprecated :: 2.4.0
235+ Since GDS server version 2.4.0 you should use the endpoint :func: `gds.scaleProperties.mutate ` instead.
236+
237+ .. py :function :: gds.alpha.scaleProperties.stream(G: Graph, ** config: Any) -> DataFrame
238+
239+ Scale node properties
240+
241+ .. deprecated :: 2.4.0
242+ Since GDS server version 2.4.0 you should use the endpoint :func: `gds.scaleProperties.stream ` instead.
243+
230244.. py :function :: gds.alpha.scc.stream(G: Graph, ** config: Any) -> DataFrame
231245
232246 The SCC algorithm finds sets of connected nodes in an directed graph,
Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
1717
1818 Creates a node regression training pipeline in the pipeline catalog.
1919
20- .. py :function :: gds.alpha.scaleProperties.mutate(G: Graph, ** config: Any) -> Series[Any]
21-
22- Scale node properties
23-
24- .. py :function :: gds.alpha.scaleProperties.stream(G: Graph, ** config: Any) -> DataFrame
25-
26- Scale node properties
27-
2820.. py :function :: gds.beta.graphSage.mutate(G: Graph, ** config: Any) -> Series[Any]
2921
3022 The GraphSage algorithm inductively computes embeddings for nodes based on a their features and neighborhoods.
You can’t perform that action at this time.
0 commit comments