You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/10 00:21:19 UTC

[incubator-datasketches-characterization] branch master updated: Update HllAccuracyJob.conf

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git


The following commit(s) were added to refs/heads/master by this push:
     new f59aef0  Update HllAccuracyJob.conf
f59aef0 is described below

commit f59aef00f6f5fa9260eabfe06650bbaa209ba555
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 9 16:21:12 2020 -0800

    Update HllAccuracyJob.conf
---
 src/main/resources/hll/HllAccuracyJob.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/hll/HllAccuracyJob.conf b/src/main/resources/hll/HllAccuracyJob.conf
index 82cd0f8..cd302a5 100644
--- a/src/main/resources/hll/HllAccuracyJob.conf
+++ b/src/main/resources/hll/HllAccuracyJob.conf
@@ -25,10 +25,10 @@ Trials_charArr=true
 
 # Trials Profile
 Trials_lgMinT=8  #prints intermediate results starting w/ this lgMinT
-Trials_lgMaxT=12 #The max trials
+Trials_lgMaxT=20 #The max trials
 Trials_TPPO=1    #how often intermediate results are printed
 
-Trials_lgQK=13   #size of quantiles sketch
+Trials_lgQK=12   #size of quantiles sketch
 Trials_interData=true
 Trials_postPMFs=false
 Trials_bytes=false
@@ -45,5 +45,5 @@ LgK=12
 HLL_direct=false #only for Theta, HLL. See javadocs.
 HLL_tgtHllType=HLL8
 HLL_useComposite=false
-HLL_compact=true
+HLL_compact=false
 HLL_wrap=false


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