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/08/18 18:15:53 UTC

[datasketches-website] branch kll_accuracy_and_size created (now 0cdbb1ab)

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

alsay pushed a change to branch kll_accuracy_and_size
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


      at 0cdbb1ab KLL accuracy and size of float and double sketch

This branch includes the following new commits:

     new 0cdbb1ab KLL accuracy and size of float and double sketch

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.



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


[datasketches-website] 01/01: KLL accuracy and size of float and double sketch

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0cdbb1ab4f9881fd9db3888d67ff58bf834aa7f6
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Thu Aug 18 11:15:23 2022 -0700

    KLL accuracy and size of float and double sketch
---
 _includes/toc.html                 | 1 +
 src/main/resources/docgen/toc.json | 1 +
 2 files changed, 2 insertions(+)

diff --git a/_includes/toc.html b/_includes/toc.html
index 4641b845..c2b650f9 100644
--- a/_includes/toc.html
+++ b/_includes/toc.html
@@ -230,6 +230,7 @@
       <li><a href="{{site.docs_dir}}/Quantiles/SketchingQuantilesAndRanksTutorial.html">•Quantiles and Ranks Tutorial</a></li>
       <li><a href="{{site.docs_dir}}/Quantiles/QuantilesOverview.html">•Quantiles Overview</a></li>
       <li><a href="{{site.docs_dir}}/KLL/KLLSketch.html">•KLL Floats sketch</a></li>
+      <li><a href="{{site.docs_dir}}/KLL/KLLAccuracyAndSize.html">•KLL Sketch Accuracy and Size</a></li>
       <li><a href="{{site.docs_dir}}/REQ/ReqSketch.html">•REQ Floats sketch</a></li>
       <li><a href="{{site.docs_dir}}/Quantiles/OrigQuantilesSketch.html">•Original QuantilesSketch</a></li>
 
diff --git a/src/main/resources/docgen/toc.json b/src/main/resources/docgen/toc.json
index 4b2a5a38..f2bc3c5a 100644
--- a/src/main/resources/docgen/toc.json
+++ b/src/main/resources/docgen/toc.json
@@ -194,6 +194,7 @@
             {"class":"Doc",  "desc" : "Quantiles and Ranks Tutorial",             "dir" : "Quantiles", "file": "SketchingQuantilesAndRanksTutorial"},
             {"class":"Doc",  "desc" : "Quantiles Overview",                       "dir" : "Quantiles", "file": "QuantilesOverview" },
             {"class":"Doc",  "desc" : "KLL Floats sketch",                        "dir" : "KLL", "file": "KLLSketch" },
+            {"class":"Doc",  "desc" : "KLL Sketch Accuracy and Size",             "dir" : "KLL", "file": "KLLAccuracyAndSize" },
             {"class":"Doc",  "desc" : "REQ Floats sketch",                        "dir" : "REQ", "file": "ReqSketch" },
             {"class":"Doc",  "desc" : "Original QuantilesSketch",                 "dir" : "Quantiles", "file": "OrigQuantilesSketch" },
 


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