public class NDArrayHistogramCounter extends Object implements HistogramCounter
| Constructor and Description |
|---|
NDArrayHistogramCounter(double minValue,
double maxValue,
int nBins) |
| Modifier and Type | Method and Description |
|---|---|
HistogramCounter |
add(Writable w) |
double[] |
getBins() |
long[] |
getCounts() |
NDArrayHistogramCounter |
merge(HistogramCounter other) |
public NDArrayHistogramCounter(double minValue,
double maxValue,
int nBins)
public HistogramCounter add(Writable w)
add in interface HistogramCounterpublic NDArrayHistogramCounter merge(HistogramCounter other)
merge in interface HistogramCounterpublic double[] getBins()
getBins in interface HistogramCounterpublic long[] getCounts()
getCounts in interface HistogramCounterCopyright © 2020. All rights reserved.