AlexanderSaydakov commented on issue #414:
URL: 
https://github.com/apache/datasketches-java/issues/414#issuecomment-1252959944

   You seem to refer to the so-called inclusion-exclusion principle: | 
Union(A,B) | = | A | + | B | - | Intersection(A,B) |
   Yes, it is possible to use HLL sketch and estimate the size of the 
intersection using this equation. However the accuracy of this approach is much 
worse than Theta intersection.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to