This is an automated email from the ASF dual-hosted git repository.
placave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
from 2cdea18 Merge pull request #64 from proost/feat-theta-union
add d5c218b feat: add jaccard similarity operation on theta sketches
new 22517a6 Merge pull request #65 from
proost/feat-jaccard-similarity-theta-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.
Summary of changes:
.../binomialproportionsbounds.go | 223 ++++++
.../binomialproportionsbounds_test.go | 257 +++++++
theta/bounds_on_ratios_in_sampled_sets.go | 94 +++
theta/bounds_on_ratios_in_sketched_sets.go | 123 +++
theta/jaccard_similarity.go | 194 +++++
theta/jaccard_similarity_test.go | 832 +++++++++++++++++++++
6 files changed, 1723 insertions(+)
create mode 100644
internal/binomialproportionsbounds/binomialproportionsbounds.go
create mode 100644
internal/binomialproportionsbounds/binomialproportionsbounds_test.go
create mode 100644 theta/bounds_on_ratios_in_sampled_sets.go
create mode 100644 theta/bounds_on_ratios_in_sketched_sets.go
create mode 100644 theta/jaccard_similarity.go
create mode 100644 theta/jaccard_similarity_test.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]