You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/12/16 03:56:56 UTC

[datasketches-cpp] 01/02: added link to the prototype in Python

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

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

commit 61df120156f7f87960627395f2726e029b7e2cab
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org