You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/02 11:53:15 UTC

[GitHub] [systemml] Baunsgaard removed a comment on pull request #909: [SYSTEMDS-396] Distinct values estimation function

Baunsgaard removed a comment 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