public class CountMin extends Object implements SummarySketcher<String,Integer>
| Constructor and Description |
|---|
CountMin(int ntables,
int nwords) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
query(String data) |
void |
update(String data,
Integer value) |
public CountMin(int ntables, int nwords)
ntables - the number of hash functionsnwords - the range of the hash functions