Hi All,
Q: What does mean "error" field in Counter object ?
Q: How it possible to calculate some counter accuracy based on it value & error value ?
For example:
* StreamSummary capacity is 10
* first item (counter object) returned by topK method looks like in the next way:
item: gDIM, count: 10, error: 9
What is accuracy for item "gDIM" ?
Thanks in advance & sorry for the simple question.
On Tuesday, April 16, 2013 at 3:10:56 AM UTC+3,
tra...@massrelevance.com wrote:
Excellent, Matt. Thank you for the detail.I recently changed my code to set capacity equal to the actual top k I was looking to retrieve and did indeed see errors.
thanks again
Travis