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 newHyperLogLogPlus
instance 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.HyperLogLogPlus
apply(Iterable<Object> o)
Deprecated.int
getP()
Deprecated.int
getSp()
Deprecated.void
setP(int p)
Deprecated.void
setSp(int sp)
Deprecated.
-