You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to alge...@googlegroups.com
HyperLogLog monoid is used to estimate cardinality of sets via estimateSize().
The MinHasher monoid javadoc says "You can use a set's signature to estimate the number of distinct values in the set." - suggesting that this functionality exists there as well. But I see no similar method in that class, so I'm guessing this is not yet in the current MinHasher implementation ... or am I missing something?
Best,
-Tom
Koert Kuipers
unread,
Nov 16, 2013, 12:37:51 PM11/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to alge...@googlegroups.com
Hey Tom, Maybe that's whats the method approxCount in MinHasher32 does? Its comments says its "experimental and not generic yet"