public interface HistogramCounter
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
HistogramCounter |
add(Writable w) |
double[] |
getBins() |
long[] |
getCounts() |
HistogramCounter |
merge(HistogramCounter other) |
HistogramCounter add(Writable w)
HistogramCounter merge(HistogramCounter other)
double[] getBins()
long[] getCounts()