It'd belong in the sketch description, as the type is defined when the sketch is instantiated. Please create an issue if you find the documentation lacking.
jon On Mon, May 11, 2020 at 4:58 PM leerho <[email protected]> wrote: > Then we need clear documentation to explain that in the update method(s). > > On Mon, May 11, 2020 at 4:17 PM Jon Malkin <[email protected]> wrote: > >> C++ KLL is templatized so it can accept any user-defined type. 32-bit >> floats are only a requirement if data portability to Java is essential. >> There is no requirement that every c++ kll_sketch created be portable. We >> are unable to enforce that. >> >> And I already create an issue for that NaN bug. Included a link to it in >> the message you just replied to, even :) >> >> jon >> >
