Class DoublesSketchAggregator

  • All Implemented Interfaces:
    BiFunction<org.apache.datasketches.quantiles.DoublesSketch,​org.apache.datasketches.quantiles.DoublesSketch,​org.apache.datasketches.quantiles.DoublesSketch>, BinaryOperator<org.apache.datasketches.quantiles.DoublesSketch>

    public class DoublesSketchAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.DoublesSketch>
    A DoublesSketchAggregator is a BinaryOperator that aggregates DoublesSketchs using a DoublesUnion.
    • Constructor Detail

      • DoublesSketchAggregator

        public DoublesSketchAggregator()