Skip to content

Commit 1594900

Browse files
Update public/doc/modules/ROOT/partials/algorithms/node-similarity/specific-configuration.adoc
Co-authored-by: Nicola Vitucci <nicola.vitucci@gmail.com>
1 parent c85d748 commit 1594900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/partials/algorithms/node-similarity/specific-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ If unspecified, the algorithm runs unweighted.
2323
Can be either `JACCARD`, `OVERLAP` or `COSINE`.
2424
| [[runwcc-{instance}]] runWcc | Boolean | false | yes | If enabled, an optimization which can increase performance for multi-component graphs is applied: nodes in distinct components always have a similarity of 0 and we can avoid comparing them.
2525
As a pre-processing step xref:algorithms/wcc.adoc[WCC] is run to obtain the components.
26-
| [[component-property-{instance}]] componentProperty | String | null | yes | If the components are available as a node property, they can be passed via this parameter rather than running WCC as discussed in the above xref:#runwcc-{instance} [component optimization].
26+
| [[component-property-{instance}]] componentProperty | String | null | yes | Node property containing the ID of the graph components. If not available, use the `runWcc` configuration parameter instead.

0 commit comments

Comments
 (0)