|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BinnedData.Bin
Represents a single bin.
Instances of this class are dispensed by BinnedData.getBinIterator(boolean)
.
Method Summary | |
---|---|
double |
getHighBound()
Returns the highest value which will fall into this bin. |
double |
getLowBound()
Returns the lowest value which will fall into this bin. |
double |
getWeightedCount(int iset)
Returns the weighted sum of data in this bin for a given subset. |
Method Detail |
---|
double getLowBound()
double getHighBound()
double getWeightedCount(int iset)
iset
- subset index
iset
in this bin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |