You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2022/01/28 12:15:52 UTC

[systemds] branch main updated (9316ae2 -> 4ec9955)

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 9316ae2  [SYSTEMDS-3279] Parallel allocation for transformencode
     add 4ec9955  [SYSTEMDS-3281] CLA tighter bounds on distinct estimation

No new revisions were added by this update.

Summary of changes:
 .../estim/CompressedSizeEstimatorSample.java       |  16 +-
 .../compress/estim/sample/HassAndStokes.java       | 110 ++++----------
 .../estim/sample/SampleEstimatorFactory.java       |  66 ++++++---
 .../compress/estim/sample/ShlosserEstimator.java   |   4 +-
 .../estim/sample/SmoothedJackknifeEstimator.java   |   2 +-
 .../compress/estim/SampleDistinctTest.java         | 161 +++++++++++++++++++++
 .../insertionsort/TestInsertionSorters.java        |  29 ++--
 7 files changed, 257 insertions(+), 131 deletions(-)
 create mode 100644 src/test/java/org/apache/sysds/test/component/compress/estim/SampleDistinctTest.java