leerho commented on PR #62: URL: https://github.com/apache/datasketches-rust/pull/62#issuecomment-3764519710
@c-dickens, Unfortunately, the documentation on our density sketch in C++ and Python is practically non-existant. I could use your help in adding some documentation certainly in the header of the C++ and Python main sketch classes (and perhaps on the website as well, or on the website and a pointer to it within the class files) that addresses: - What problem this sketch solves (with an example) - How it works, at a very basic level - Any caveats, assumptions or limitations the user should know about. - How the sketch error is computed and what it means to the user. Or if you want to just write it up as a markdown and send it to me, I can integrate it into the code and website. Whatever works for you :) Thanks! Lee. -- 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]
