Skip to content

Commit 3585361

Browse files
committed
Flesh out Topological LP support limitation
1 parent 303af16 commit 3585361

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/modules/ROOT/pages/gds-session.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,6 @@ For a full list of the available algorithms, see the https://neo4j.com/docs/grap
298298

299299
=== Limitations
300300

301-
Topological Link Prediction algorithms are not yet supported.
302-
303301
* Model Catalog is supported with limitations:
304302
** Trained models can only be used for prediction using the same Session in which they were trained.
305303
After the Session is deleted, all trained models will be lost.
@@ -309,6 +307,13 @@ Topological Link Prediction algorithms are not yet supported.
309307
*** `gds.model.store`
310308
*** `gds.model.load`
311309
*** `gds.model.delete`
310+
* Topological Link Prediction algorithms are not supported, including
311+
** `gds.alpha.linkprediction.adamicAdar`
312+
** `gds.alpha.linkprediction.commonNeighbors`
313+
** `gds.alpha.linkprediction.preferentialAttachment`
314+
** `gds.alpha.linkprediction.resourceAllocation`
315+
** `gds.alpha.linkprediction.sameCommunity`
316+
** `gds.alpha.linkprediction.totalNeighbors`
312317

313318

314319
== Remote write-back

0 commit comments

Comments
 (0)