Uses of Class
org.openrefine.browsing.util.HistogramState
-
Packages that use HistogramState Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of HistogramState in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as HistogramState Modifier and Type Field Description protected HistogramState
NumericFacetResult. _allRowsHistogram
protected HistogramState
NumericFacetResult. _rowsInViewHistogram
-
Uses of HistogramState in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util that return HistogramState Modifier and Type Method Description HistogramState
HistogramState. addCounts(long nonNumericCount, long errorCount, long blankCount)
Add counts outside the numeric range (non numeric, errors and blanks).HistogramState
HistogramState. extend(long newMinBin, long newMaxBin)
Extend the bins to new bounds, filling the newly-created bins with zeroes.HistogramState
NumericFacetState. getGlobalHistogram()
HistogramState
NumericFacetState. getViewHistogram()
HistogramState
HistogramState. rescale(int newLogBinSize)
Given a larger bin size (therefore generating coarser bins), return a new version of this facet state by merging the neighbouring bins together to obtain the desired bin size.HistogramState
NumericFacetAggregator. sum(HistogramState first, HistogramState second)
protected HistogramState
NumericFacetAggregator. withValue(HistogramState state, Object value)
Methods in org.openrefine.browsing.util with parameters of type HistogramState Modifier and Type Method Description HistogramState
NumericFacetAggregator. sum(HistogramState first, HistogramState second)
protected HistogramState
NumericFacetAggregator. withValue(HistogramState state, Object value)
Constructors in org.openrefine.browsing.util with parameters of type HistogramState Constructor Description NumericFacetState(HistogramState global, HistogramState view)
-