Skip to content

Commit 94a6641

Browse files
committed
Fix type definition
1 parent 390af4a commit 94a6641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/partials/algorithms/page-rank/specific-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
| xref:common-usage/running-algos.adoc#common-configuration-max-iterations[maxIterations] | Integer | 20 | yes | The maximum number of iterations of Page Rank to run.
33
| xref:common-usage/running-algos.adoc#common-configuration-tolerance[tolerance] | Float | 0.0000001 | yes | Minimum change in scores between iterations. If all scores change less than the tolerance value the result is considered stable and the algorithm returns.
44
| xref:common-usage/running-algos.adoc#common-configuration-relationship-weight-property[relationshipWeightProperty] | String | null | yes | Name of the relationship property to use as weights. If unspecified, the algorithm runs unweighted.
5-
| sourceNodes | List or Node or Number | [] | yes | The nodes or node ids to use for computing Personalized Page Rank.
5+
| sourceNodes | List of Node or Number | [] | yes | The nodes or node ids to use for computing Personalized Page Rank.
66
| scaler | String | None | yes | The name of the scaler applied for the final scores. Supported values are `None`, `MinMax`, `Max`, `Mean`, `Log`, `L1Norm`, `L2Norm` and `StdScore`.

0 commit comments

Comments
 (0)