brickhouse.analytics.uniques
Interface ICountDistinct

All Known Implementing Classes:
SketchSet

public interface ICountDistinct

Interface for counting distinct items, so that different implementations can be compared and substituted.


Method Summary
 void addItem(String item)
           
 double estimateReach()
           
 

Method Detail

addItem

void addItem(String item)

estimateReach

double estimateReach()


Copyright © 2013. All rights reserved.