You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2022/04/01 00:02:40 UTC

[GitHub] [datasketches-java] AlexanderSaydakov commented on a change in pull request #390: Direct kll double

AlexanderSaydakov commented on a change in pull request #390:
URL: https://github.com/apache/datasketches-java/pull/390#discussion_r840116765



##########
File path: src/main/java/org/apache/datasketches/kll/KllSketch.java
##########
@@ -110,6 +107,31 @@
   MemoryRequestServer memReqSvr;
   boolean direct;
 
+  /**
+   * The default value of K
+   */
+  public static final int DEFAULT_K = 200;
+
+  /**
+   * The default value of M
+   */
+  static final int DEFAULT_M = 8;

Review comment:
       not public




-- 
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: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org