This is an automated email from the ASF dual-hosted git repository.
jmalkin pushed a change to branch density_sketch
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
from cd64f79 init with floating-point 0 (affects performance for some
reason)
add 2c3db8d Update density sketch to use custom kernel, in both c++ and
python
new e31440f Merge pull request #358 from apache/density_custom_kernel
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
density/include/density_sketch.hpp | 10 ++-
density/include/density_sketch_impl.hpp | 7 +-
density/test/density_sketch_test.cpp | 33 ++++++++
python/datasketches/DensityWrapper.py | 75 +++++++++++++++++
.../datasketches/KernelFunction.py | 36 ++++----
python/datasketches/__init__.py | 6 +-
python/include/kernel_function.hpp | 98 ++++++++++++++++++++++
python/src/density_wrapper.cpp | 52 +++++++-----
python/tests/density_test.py | 29 ++++++-
9 files changed, 295 insertions(+), 51 deletions(-)
create mode 100644 python/datasketches/DensityWrapper.py
copy req/test/CMakeLists.txt => python/datasketches/KernelFunction.py (58%)
mode change 100755 => 100644
create mode 100644 python/include/kernel_function.hpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]