You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| k | Integer | null | no | The result is a tree with `k` nodes and `k − 1` relationships.
43
-
| sourceNode | Integer | null | no | The start node ID.
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.
45
-
| writeProperty | String | n/a | no | The partition that a node belongs to.
46
-
| objective | String | 'minimum' | yes | If specified, the parameter dictates whether to try and find the minimum or the maximum k-spanning tree. By default, the algorithm looks for the minimum one. Permitted values are 'minimum' and 'maximum'.
| 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.
4
+
| objective | String | 'minimum' | yes | If specified, the parameter dictates whether to seek a minimum or the maximum weight k-spanning tree. By default, the procedure looks for a minimum weight k-spanning tree. Permitted values are 'minimum' and 'maximum'.
0 commit comments