Class AbstractQuantityClassificationFunction

    • Constructor Detail

      • AbstractQuantityClassificationFunction

        public AbstractQuantityClassificationFunction​(FunctionName name)
    • Method Detail

      • getListVisitor

        protected abstract FeatureCalc getListVisitor()
        Returns the list visitor for the specific implementation of "quantity" (e.g., count, area, ...). The visitor must return a "bins" structure matching {code}List[]{code}, where each array entry is a bin, and values inside the bin are sorted from lowest to highest
      • percentages

        protected abstract boolean percentages()
        Returns:
        true if percentages computation is enabled, false if not