You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/02/18 20:37:47 UTC

[incubator-datasketches-cpp] 01/01: Merge pull request #87 from apache/sampling

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

jmalkin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit dbeaf449a512382a00d806b1a3524bce8c780d74
Merge: 3b12041 bfc75c8
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Tue Feb 18 12:37:40 2020 -0800

    Merge pull request #87 from apache/sampling
    
    Varopt Sampling

 CMakeLists.txt                                 |    3 +-
 NOTICE                                         |    4 +
 common/include/bounds_binomial_proportions.hpp |  291 +++++
 python/CMakeLists.txt                          |    2 +
 python/src/datasketches.cpp                    |    2 +
 python/src/vo_wrapper.cpp                      |  133 ++
 python/tests/vo_test.py                        |   99 ++
 sampling/CMakeLists.txt                        |   50 +
 sampling/include/var_opt_sketch.hpp            |  249 ++++
 sampling/include/var_opt_sketch_impl.hpp       | 1583 ++++++++++++++++++++++++
 sampling/include/var_opt_union.hpp             |  171 +++
 sampling/include/var_opt_union_impl.hpp        |  609 +++++++++
 {python => sampling/test}/CMakeLists.txt       |   49 +-
 sampling/test/binaries_from_java.txt           |   67 +
 sampling/test/var_opt_sketch_test.cpp          |  553 +++++++++
 sampling/test/var_opt_union_test.cpp           |  368 ++++++
 sampling/test/varopt_sketch_long_sampling.bin  |  Bin 0 -> 8248 bytes
 sampling/test/varopt_sketch_string_exact.bin   |  Bin 0 -> 2916 bytes
 sampling/test/varopt_union_double_sampling.bin |  Bin 0 -> 572 bytes
 19 files changed, 4202 insertions(+), 31 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org