Class IterableToHyperLogLogPlus

  • All Implemented Interfaces:
    Function<Iterable<Object>,​com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>

    @Deprecated
    public class IterableToHyperLogLogPlus
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Iterable<Object>,​com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
    Deprecated.
    Creates a new HyperLogLogPlus instance and initialises it from the given iterable.
    • Constructor Detail

      • IterableToHyperLogLogPlus

        public IterableToHyperLogLogPlus()
        Deprecated.
      • IterableToHyperLogLogPlus

        public IterableToHyperLogLogPlus​(int p,
                                         int sp)
        Deprecated.
    • Method Detail

      • apply

        public com.clearspring.analytics.stream.cardinality.HyperLogLogPlus apply​(Iterable<Object> o)
        Deprecated.
      • getP

        public int getP()
        Deprecated.
      • setP

        public void setP​(int p)
        Deprecated.
      • getSp

        public int getSp()
        Deprecated.
      • setSp

        public void setSp​(int sp)
        Deprecated.