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 newHyperLogLogPlusinstance and initialises it from the given iterable.
-
-
Constructor Summary
Constructors Constructor Description IterableToHyperLogLogPlus()Deprecated.IterableToHyperLogLogPlus(int p, int sp)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.clearspring.analytics.stream.cardinality.HyperLogLogPlusapply(Iterable<Object> o)Deprecated.intgetP()Deprecated.intgetSp()Deprecated.voidsetP(int p)Deprecated.voidsetSp(int sp)Deprecated.
-