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 HistogramStateNumericFacetResult. _allRowsHistogramprotected HistogramStateNumericFacetResult. _rowsInViewHistogram -
Uses of HistogramState in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util that return HistogramState Modifier and Type Method Description HistogramStateHistogramState. addCounts(long nonNumericCount, long errorCount, long blankCount)Add counts outside the numeric range (non numeric, errors and blanks).HistogramStateHistogramState. extend(long newMinBin, long newMaxBin)Extend the bins to new bounds, filling the newly-created bins with zeroes.HistogramStateNumericFacetState. getGlobalHistogram()HistogramStateNumericFacetState. getViewHistogram()HistogramStateHistogramState. 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.HistogramStateNumericFacetAggregator. sum(HistogramState first, HistogramState second)protected HistogramStateNumericFacetAggregator. withValue(HistogramState state, Object value)Methods in org.openrefine.browsing.util with parameters of type HistogramState Modifier and Type Method Description HistogramStateNumericFacetAggregator. sum(HistogramState first, HistogramState second)protected HistogramStateNumericFacetAggregator. withValue(HistogramState state, Object value)Constructors in org.openrefine.browsing.util with parameters of type HistogramState Constructor Description NumericFacetState(HistogramState global, HistogramState view)
-