![]() | CountMinSketchAgent Methods |
The CountMinSketchAgent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Add a value to the Count-min sketch.
Implementations typically check for null value, convert the value object to a byte-array
and invoke a method on the state object to add the byte-array value.
|
![]() | Estimate | |
![]() | FromBytes |
Return the value object for a given byte-array, for use with top-K.
Implementations typically simply convert a byte-array into a value object.
|