public class ToHyperLogLogPlus extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
HyperLogLogPlus
instances and initialises it with
the given object.Constructor and Description |
---|
ToHyperLogLogPlus() |
ToHyperLogLogPlus(int p,
int sp) |
Modifier and Type | Method and Description |
---|---|
com.clearspring.analytics.stream.cardinality.HyperLogLogPlus |
apply(Object o) |
int |
getP() |
int |
getSp() |
void |
setP(int p) |
void |
setSp(int sp) |
public ToHyperLogLogPlus()
public ToHyperLogLogPlus(int p, int sp)
public com.clearspring.analytics.stream.cardinality.HyperLogLogPlus apply(Object o)
public int getP()
public void setP(int p)
public int getSp()
public void setSp(int sp)
Copyright © 2022. All rights reserved.