Ted Dunning
Ted Dunning
Ooops. Transcribed the code incorrectly. Here is my test code: '''java public void testSingletonAfterMerge() { TDigest t1 = factory(100).create(); TDigest t2 = factory(100).create(); for (int i = 0; i <...
So, congratulations are in order. If your test had tested for `i < 980` or `i < 1050`, it would not have found the issue. If you had called `merge()`,...
I need to dive into this. This weekend is a bad time, however. On Fri, Aug 23, 2024 at 9:31 AM Alec Lofquist ***@***.***> wrote: > Wow, talk about luck!...
The merge can be done, but you will only be able to guarantee to meet the invariant for weaker compression of the items being merged. This is even more complex...
Yes. That is about right. But I'm 3.2, the number of centroids was about twice as many for the same compression value On Wed, Oct 2, 2024, 05:36 jameswang2015 ***@***.***>...