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/11/04 17:58:51 UTC

[incubator-datasketches-characterization] branch master updated: update config files

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 798cc2b  update config files
798cc2b is described below

commit 798cc2ba3252fa512a69b68d0ad2eceb4dc2760e
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Nov 4 09:49:48 2020 -0800

    update config files
---
 src/main/resources/quantiles/ReqSketchAccuracyJob.conf |  6 +++---
 src/main/resources/quantiles/TDigestAccuracyJob.conf   | 17 +++++++++++++++++
 src/main/resources/quantiles/TDigestSpeedJob.conf      | 17 +++++++++++++++++
 3 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/quantiles/ReqSketchAccuracyJob.conf b/src/main/resources/quantiles/ReqSketchAccuracyJob.conf
index e714d70..464cf59 100644
--- a/src/main/resources/quantiles/ReqSketchAccuracyJob.conf
+++ b/src/main/resources/quantiles/ReqSketchAccuracyJob.conf
@@ -18,7 +18,7 @@
 JobProfile=org.apache.datasketches.characterization.quantiles.ReqSketchAccuracyProfile
 
 # Stream Pattern
-Pattern=FlipFlop # Sorted, Reversed, Zoomin, Zoomout, Random, Sqrt, FlipFlop
+Pattern=Sorted # Sorted, Reversed, Zoomin, Zoomout, Random, Sqrt, FlipFlop
 Offset=1 #0 for min value of 0; 1 for min value of 1
 
 ## Stream lengths
@@ -31,7 +31,7 @@ PPO=8       # The horizontal x-resolution of trials points
 LgTrials=12 # lgTrials at every stream length
 ErrQSkLgK=12   # the rank error distribution sketch LgK
 ErrHllSkLgK=12 # the rank error HLL sketch Lgk
-Shuffle=false # If true, shuffle before each trial
+Shuffle=true # If true, shuffle before each trial
 
 # Plotting
 NumPlotPoints=100 # number of plot points along the x-axis
@@ -44,7 +44,7 @@ RankRange=1.0 # range of rank to plot. E.g., given 0.3: if LRA => 0 to 0.3; if H
 K=50 # sketch size and accuracy parameter
 
 HRA=true # if true use high-rank accuracy, otherwise low-rank accuracy
-Compatible=false
+Compatible=true
 #For LRA, LE,GT have the converged point at rank 1.0
 #For HRA, LT,GE have the converged point at rank 0.0
 Criterion=LT # LT, LE, GT, GE. Must be all caps.
diff --git a/src/main/resources/quantiles/TDigestAccuracyJob.conf b/src/main/resources/quantiles/TDigestAccuracyJob.conf
index f0e045a..c7e8f6c 100644
--- a/src/main/resources/quantiles/TDigestAccuracyJob.conf
+++ b/src/main/resources/quantiles/TDigestAccuracyJob.conf
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 JobProfile=org.apache.datasketches.characterization.quantiles.tdigest.TDigestAccuracyProfile
 compression=200 # sketch size and accuracy parameter
 errLgK=10 # parameter for the rank error distribution sketch
diff --git a/src/main/resources/quantiles/TDigestSpeedJob.conf b/src/main/resources/quantiles/TDigestSpeedJob.conf
index 64ebf66..74389c1 100644
--- a/src/main/resources/quantiles/TDigestSpeedJob.conf
+++ b/src/main/resources/quantiles/TDigestSpeedJob.conf
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 JobProfile=org.apache.datasketches.characterization.quantiles.tdigest.TDigestSpeedProfile
 K=200 # sketch size and accuracy parameter
 numQueryValues=20 # number of values for getQuantiles(), getCDF() and getRank()


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