| # 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. |
| |
| # Used by Job |
| |
| ## Job Profile |
| JobProfile=org.apache.datasketches.characterization.theta.ThetaIntersectAccuracyProfile |
| |
| ## Date-Time Profile |
| TimeZone=PST |
| TimeZoneOffset=-28800000 # offset in millisec |
| FileNameDateFormat=yyyyMMdd'_'HHmmssz |
| ReadableDateFormat=yyyy/MM/dd HH:mm:ss |
| |
| # Used by BaseAccuracyProfile |
| |
| ## For Intersection testing |
| IntersectTest=true |
| |
| ## Range of uniques executed in a single trial |
| Trials_lgMinU=16 #The starting number of uniques |
| Trials_lgMaxU=30 #The ending number of uniques |
| Trials_UPPO=1 #The number of rows per octave of uniques |
| |
| ## Trials profile. |
| Trials_lgMinT=2 #The starting number of trials |
| Trials_lgMaxT=9 #The ending number of trials |
| Trials_TPPO=4 #how often intermediate results are printed per octave |
| |
| Trials_lgQK=12 #size of quantiles sketch |
| Trials_interData=true # allows printing of intermediate results |
| Trials_postPMFs=false #optional but expensive |
| |
| Trials_bytes=false #optional but expensive |
| |
| # Used by ThetaAccuracyIntersectionVsIEProfile |
| |
| ## Theta Sketch Profile |
| LgK=12 |
| THETA_famName=QUICKSELECT #QUICKSELECT |
| THETA_lgRF=0 #set the log resize factor to 0 (RF = 1) |
| THETA_p=1.0 |
| THETA_direct=false |
| THETA_rebuild=true |
| |