AWS neptune-analytics documentation change
Summary
Added support for multiple vertex labels in the Louvain algorithm parameters
Security assessment
The change enhances filtering capabilities without security implications.
Diff
diff --git a/neptune-analytics/latest/userguide/louvain-mutate.md b/neptune-analytics/latest/userguide/louvain-mutate.md index 035d55017..ce87b6799 100644 --- a//neptune-analytics/latest/userguide/louvain-mutate.md +++ b//neptune-analytics/latest/userguide/louvain-mutate.md @@ -15 +15 @@ The [Louvain algorithm](./louvain.html) is a hierarchical clustering method for - * Louvain is only allowed to run globally. + * There can only be one Louvain algorithm call running at a time. @@ -27,0 +28 @@ The [Louvain algorithm](./louvain.html) is a hierarchical clustering method for + vertexLabels: [list of vertex labels for filtering (optional)], @@ -50,0 +52,4 @@ A name for the new node property that will contain the computed community ID of + * **vertexLabels** _(optional)_ – _type:_ `a list of vertex label strings; example ["airport", ...]`; _default: no vertex filtering_. + +Node labels for node filtering. To filter on one or more vertex labels, provide a list of node labels. Vertices matching any label in the vertexLabels list are the only vertices that are passed to the algorithm computation. If no vertexLabels field is provided then all vertices are passed to the Louvain algorithm. + @@ -103,0 +109 @@ Unweighted: + vertexLabels: ["airport"], @@ -117,0 +124 @@ Weighted: + vertexLabels: ["airport"],