Baunsgaard commented on pull request #909:
URL: https://github.com/apache/systemml/pull/909#issuecomment-630749735
Name suggestions:
I like the words Distinct Unique Length and Count :+1:
```R
distinctCount(X)
rowDistinctCounts(X)
colDistinctCounts(X)
```
or
```R
uniqueLength(X)
rowUniqueLength(X)
colUniqueLength(X)
```
Furthermore, if we want to use another fundamental counting using the estimators is this
then good?:
```
distinctCountEstimationKMV(X)
distinctCountEstimationHypLogLog(X)
distinctCountEstimationJackKnife(X)
```
----------------------------------------------------------------
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:
users@infra.apache.org
|