We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like you have 4 kinds of TDigest in this codebase.
I cannot tell which implementation is the most highly recommended. Do you have a suggestion?
I am building a MapReduce job using Apache Spark.
The text was updated successfully, but these errors were encountered:
Nevermind.
I just saw the comments to the method TDigest.createDigest. In these comments, you have identified the AVLTreeDigest.
TDigest.createDigest
AVLTreeDigest
Sorry, something went wrong.
Actually, you should call createDigest to create a digest. That will give you an instance of the current best kind of t-digest.
No branches or pull requests
It looks like you have 4 kinds of TDigest in this codebase.
I cannot tell which implementation is the most highly recommended. Do you have a suggestion?
I am building a MapReduce job using Apache Spark.
The text was updated successfully, but these errors were encountered: