Class RangeFacet

java.lang.Object
com.google.refine.browsing.facets.RangeFacet
All Implemented Interfaces:
Facet

public class RangeFacet extends Object implements Facet
  • Field Details

    • ERR_NO_NUMERIC_VALUE_PRESENT

      public static final String ERR_NO_NUMERIC_VALUE_PRESENT
      See Also:
    • _cellIndex

      protected int _cellIndex
    • _eval

      protected Evaluable _eval
    • _errorMessage

      protected String _errorMessage
    • _min

      protected double _min
    • _max

      protected double _max
    • _step

      protected double _step
    • _baseBins

      protected int[] _baseBins
    • _bins

      protected int[] _bins
    • _baseNumericCount

      protected int _baseNumericCount
    • _baseNonNumericCount

      protected int _baseNonNumericCount
    • _baseBlankCount

      protected int _baseBlankCount
    • _baseErrorCount

      protected int _baseErrorCount
    • _numericCount

      protected int _numericCount
    • _nonNumericCount

      protected int _nonNumericCount
    • _blankCount

      protected int _blankCount
    • _errorCount

      protected int _errorCount
    • MIN

      protected static final String MIN
      See Also:
    • MAX

      protected static final String MAX
      See Also:
    • TO

      protected static final String TO
      See Also:
    • FROM

      protected static final String FROM
      See Also:
  • Constructor Details

    • RangeFacet

      public RangeFacet()
  • Method Details