Skip to content

Commit

Permalink
fixing doc link problem
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Dec 22, 2023
1 parent ea1e8ae commit 926cef9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ CALL gds.nodeSimilarity.filtered.stream(

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: stream
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down Expand Up @@ -122,6 +123,7 @@ YIELD

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: stats
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down Expand Up @@ -167,6 +169,7 @@ YIELD

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: mutate
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down Expand Up @@ -213,6 +216,7 @@ YIELD

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: write
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down
5 changes: 4 additions & 1 deletion doc/modules/ROOT/pages/algorithms/node-similarity.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ CALL gds.nodeSimilarity.stream(

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: stream
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down Expand Up @@ -130,7 +131,7 @@ YIELD
----

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: stats
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down Expand Up @@ -175,6 +176,7 @@ YIELD

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: mutate
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down Expand Up @@ -220,6 +222,7 @@ YIELD

include::partial$/algorithms/common-configuration/common-parameters.adoc[]

:instance: write
.Configuration
[opts="header",cols="3,2,3m,2,8"]
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ If unspecified, the algorithm runs unweighted.
| similarityMetric
| String | JACCARD | yes | The metric used to compute similarity.
Can be either `JACCARD`, `OVERLAP` or `COSINE`.
| [[consider-components]] considerComponents | Boolean | false | yes | If enabled applies an optimization which can increase performance for multi-component graphs. Makes use of the fact that nodes of distinct components always have a similarity of 0. If not already provided through xref:#component-property [componentProperty], internally runs xref:algorithms/wcc.adoc[WCC].
| [[component-property]] componentProperty | String | null | yes | Name of the pre-computed node property to use for enabled xref:#consider-components [component optimization] in case pre-computed values are available.
| [[consider-components-{instance}]] considerComponents | Boolean | false | yes | If enabled applies an optimization which can increase performance for multi-component graphs. Makes use of the fact that nodes of distinct components always have a similarity of 0. If not already provided through xref:#component-property-{instance} [componentProperty], internally runs xref:algorithms/wcc.adoc[WCC].
| [[component-property-{instance}]] componentProperty | String | null | yes | Name of the pre-computed node property to use for enabled xref:#consider-components-{instance} [component optimization] in case pre-computed values are available.

0 comments on commit 926cef9

Please sign in to comment.