Interface HistogramBin
@Evolving
public interface HistogramBin
An interface to represent a bin in an equi-height histogram.
- Since:
- 3.4.0
- 
Method Summary
- 
Method Details- 
lodouble lo()- Returns:
- lower bound of the value range in this bin
 
- 
hidouble hi()- Returns:
- higher bound of the value range in this bin
 
- 
ndvlong ndv()- Returns:
- approximate number of distinct values in this bin
 
 
-