leerho opened a new pull request, #535: URL: https://github.com/apache/datasketches-java/pull/535
from the Classic DoublesSketch to KllDoublesSketch and the KllFloatsSketch. In order to do this I needed to add "getNormalizedRankError(boolean) to the root interface QuantilesAPI. All of the sketches (except REQ) had this anyway. In REQ I just throw an unsupported operation exception, because it makes no sense for REQ. This also means the KolmogorovSmirnov class and its test move to the "quantilescommon" package. -- 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]
