public interface BinCalculation
Modifier and Type | Method and Description |
---|---|
double |
binWidth()
Gets the width of the bin according to the calculated number of bins.
|
BinCalculationType |
getType() |
int |
numberOfBins()
Get the number of histogram bins.
|
int numberOfBins()
double binWidth()
BinCalculationType getType()