Skip to content

Commit 7b617e3

Browse files
authored
Update GroupBySimilarity help doc (DynamoDS#16059)
1 parent ac8fe3e commit 7b617e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/distrib/NodeHelpFiles/en-US/DSCore.List.GroupBySimilarity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Use the `tolerance` input to determine the similarity of elements. For lists of numbers, the 'tolerance' value represents the maximum allowable difference between two numbers for them to be considered similar.
55

6-
For lists of strings, this value (between 0 and 10) represents the minimum similarity ratio (computed using fuzzy logic) for adjacent elements to be considered similar. For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is set to 10.
6+
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
77

88
The `considerAdjacency` Boolean input indicates whether adjacency should be considered when clustering the elements. If True, only adjacent elements that are similar will be clustered together. If False, similarity alone will be used to form clusters, regardless of adjacency.
99

@@ -13,4 +13,4 @@ In the sample below, `List.GroupBySimilarity` is used in two ways: to cluster a
1313
___
1414
## Example File
1515

16-
![List.GroupBySimilarity](./DSCore.List.GroupBySimilarity_img.jpg)
16+
![List.GroupBySimilarity](./DSCore.List.GroupBySimilarity_img.jpg)

0 commit comments

Comments
 (0)