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:54 UTC

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

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