BACtaki opened a new pull request, #1714: URL: https://github.com/apache/systemds/pull/1714
This patch adds 2 new aliases for the `countDistinct` builtin function: `uniqueRow(X)` and `uniqueCol(X)` are aliases for `countDistinct(X, dir="r")` and `countDistinct(X, dir="c")` respectively. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
