public class RealHistogramBinFactory.RealHistogramBin extends HistogramBin<T>
Constructor and Description |
---|
RealHistogramBin(T t,
HistogramKey<T> k) |
Modifier and Type | Method and Description |
---|---|
T |
getLowerBound()
Returns the lower bound of this bin.
|
double |
getNorm()
Returns the norm of this bin.
|
T |
getUpperBound()
Returns the upper bound of this bin.
|
getCenter, getCount, getKey, inc
public RealHistogramBin(T t, HistogramKey<T> k)
public T getLowerBound()
HistogramBin
getLowerBound
in class HistogramBin<T extends RealType<T>>
public T getUpperBound()
HistogramBin
getUpperBound
in class HistogramBin<T extends RealType<T>>
public double getNorm()
HistogramBin
getNorm
in class HistogramBin<T extends RealType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.