leerho commented on issue #425: URL: https://github.com/apache/datasketches-java/issues/425#issuecomment-1411047024
There is a method in KllSketch, [getKFromEpsilon(...)](https://github.com/apache/datasketches-java/blob/3.3.X/src/main/java/org/apache/datasketches/kll/KllSketch.java#L157-L171), that you can use to calculate K from a given error epsilon and the choice of either single-sided or double-sided error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
