You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2021/05/19 19:44:29 UTC

[GitHub] [datasketches-cpp] will-lauer opened a new issue #216: Jaccard similarity doesn't handle custom seeds

will-lauer opened a new issue #216:
URL: https://github.com/apache/datasketches-cpp/issues/216


   If two sketches with custom seeds are loaded and passed to `theta_jaccard_similarity::jaccard()`, an exception is generated for `seed hash mismatch`. It looks like the problem is that Jaccard builds unions and intersections but doesn't have a way to pass the relevant see to those sketches.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [datasketches-cpp] AlexanderSaydakov closed issue #216: Jaccard similarity doesn't handle custom seeds

Posted by GitBox <gi...@apache.org>.
AlexanderSaydakov closed issue #216:
URL: https://github.com/apache/datasketches-cpp/issues/216


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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