You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/11/02 22:29:26 UTC

[datasketches-website] 01/01: Minor corrections to ThetaSetOpsCornerCases

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

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

commit c2d90108d3a8765cef89ca30577ca90d229205db
Author: David Cromberge <da...@permutive.com>
AuthorDate: Tue Nov 2 22:29:22 2021 +0000

    Minor corrections to ThetaSetOpsCornerCases
---
 docs/Theta/ThetaSetOpsCornerCases.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Theta/ThetaSetOpsCornerCases.md b/docs/Theta/ThetaSetOpsCornerCases.md
index f04a62a..75732b6 100644
--- a/docs/Theta/ThetaSetOpsCornerCases.md
+++ b/docs/Theta/ThetaSetOpsCornerCases.md
@@ -85,7 +85,7 @@ The octal digit `ID = ((theta == 1.0) ? 4 : 0) | ((retainedEntries > 0) ? 2 : 0)
 | Shorthand Notation                | theta | retained entries |    empty   | Has Seen Data | ID | Comments                       |
 |:---------------------------------:|:-----:|:----------------:|:----------:|:-------------:|:--:|:------------------------------:|
 | New {1.0,0,T}                     |  1.0  |         0        |     T      |       F       |  5 | New Sketch, p=1.0 (default)    |
-| Exact {1.0,>0,F}                  |  1.0  |        >0        |     F      |       T       |  6 | Exact Mode                     |
+| Exact {1.0,>0,F}                  |  1.0  |        >0        |     F      |       T       |  7 | Exact Mode                     |
 | Estimation {<1.0,>0,F}            | <1.0  |        >0        |     F      |       T       |  2 | Estimation Mode                |
 | NewDegen {<1.0,0,T}<sup>2</sup>   | <1.0  |         0        |     T      |       F       |  1 | New Sketch, user sets p<1.0    |
 | ResultDegen {<1.0,0,F}<sup>3</sup>| <1.0  |         0        |     F      |       T       |  0 | Valid Intersect or AnotB result   |
@@ -176,6 +176,6 @@ Before this model was put to use an extensive set of tests was designed to test
 * The tests for the Theta Sketch can be found in the class *[org.apache.datasketches.theta.CornerCaseThetaSetOperationsTest](https://github.com/apache/datasketches-java/blob/master/src/main/java/org.apache.datasketches.theta.CornerCaseThetaSetOperationsTest.java)*
 * The tests for the Tuple Sketch can be found in the class *[org.apache.datasketches.tuple.aninteger.CornerCaseTupleSetOperationsTest](https://github.com/apache/datasketches-java/blob/master/src/main/java/org.apache.datasketches.tuple.aninteger.CornerCaseTupleSetOperationsTest.java)*
 
-The details of how this mode is used in run-time code can be found in the class *[org.apache.datasketches.tuple.AnotB.java](https://github.com/apache/datasketches-java/blob/master/src/main/java/org.apache.datasketches.tuple.AnotB.java)*.
+The details of how this model is used in run-time code can be found in the class *[org.apache.datasketches.tuple.AnotB.java](https://github.com/apache/datasketches-java/blob/master/src/main/java/org.apache.datasketches.tuple.AnotB.java)*.
 
 

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