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

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

commit 0af605a4808c9ca4888c2cb5c9f8292f594a6982
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Thu Dec 15 19:55:51 2022 -0800

    added link to the prototype in Python
---
 density/include/density_sketch.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/density/include/density_sketch.hpp 
b/density/include/density_sketch.hpp
index 578ac8b..df3729b 100755
--- a/density/include/density_sketch.hpp
+++ b/density/include/density_sketch.hpp
@@ -32,6 +32,9 @@
  * Based on the following paper:
  * Zohar Karnin, Edo Liberty "Discrepancy, Coresets, and Sketches in Machine 
Learning"
  * https://proceedings.mlr.press/v99/karnin19a/karnin19a.pdf
+ *
+ * Inspired by the following implementation:
+ * 
https://github.com/edoliberty/streaming-quantiles/blob/f688c8161a25582457b0a09deb4630a81406293b/gde.py
  */
 
 namespace datasketches {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to