j143 commented on a change in pull request #940:
URL: https://github.com/apache/systemml/pull/940#discussion_r434313371
##########
File path: dev/docs/builtins-reference.md
##########
@@ -322,3 +322,11 @@ y = X %*% rand(rows=ncol(X), 1)
w = lm(X = X, y = y)
ress = slicefinder(X = X,W = w, Y = y, k = 5, paq = 1, S = 2);
```
+##outlier-Function
Review comment:
Thanks a lot, @wizard-420 ! Try to add usage and example and follow the
same pattern as used for other functions. :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]