Package com.google.refine.browsing.util
Class NumericBinRowIndex
java.lang.Object
com.google.refine.browsing.util.NumericBinIndex
com.google.refine.browsing.util.NumericBinRowIndex
-
Field Summary
Fields inherited from class com.google.refine.browsing.util.NumericBinIndex
_bins, _blankRowCount, _errorRowCount, _hasBlank, _hasError, _hasNonNumeric, _hasNumeric, _max, _min, _nonNumericRowCount, _numbericValueCount, _numericRowCount, _step, _totalValueCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiditerate(Project project, RowEvaluable rowEvaluable, List<Double> allValues) Methods inherited from class com.google.refine.browsing.util.NumericBinIndex
getBins, getBlankRowCount, getErrorRowCount, getMax, getMin, getNonNumericRowCount, getNumericRowCount, getStep, isNumeric, postprocessing, preprocessing, processRow, processValue
-
Constructor Details
-
NumericBinRowIndex
-
-
Method Details
-
iterate
- Specified by:
iteratein classNumericBinIndex
-