Skip to content

Commit 52ae118

Browse files
author
Schneider
committed
predictassociation-dmx: fix typo
1 parent 9a1b6d0 commit 52ae118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dmx/predictassociation-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SELECT
5454
From
5555
[Association]
5656
```
57-
The following example demonstrates how you can use a nested table as input to the prediction function, useing the SHAPE clause. The SHAPE query creates a rowset with customerId as one column and a nested table as a second column, which contains the list of products a customer has already brought.
57+
The following example demonstrates how you can use a nested table as input to the prediction function, using the SHAPE clause. The SHAPE query creates a rowset with customerId as one column and a nested table as a second column, which contains the list of products a customer has already brought.
5858

5959
~~~~
6060
SELECT T.[CustomerId], PredictAssociation(MyNestedTable, 5) // returns top 5 associated items

0 commit comments

Comments
 (0)