Skip to content

Commit

Permalink
adding convection to code
Browse files Browse the repository at this point in the history
gadelrab committed Jul 10, 2016
1 parent 3545251 commit 90bf28c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/run_experiment.sh
Original file line number Diff line number Diff line change
@@ -5,14 +5,16 @@ SCRIPTPATH=`dirname $SCRIPT`

ASSEMBLE_DIRECT=./assemble/bin

OUTPUT_SORTING_TYPE=$1#LIFT
OUTPUT_SORTING_TYPE=$1
#LIFT

EXCEPTION_MIN_SUPP=0.05
RULE_MIN_SUPP=0.0001
RULE_MIN_CONF=0.25
RULE_MAX_CONF=1
PM_MINSUPP=0.0
RM_FUNC=$2 #JACC
RM_FUNC=$2
#JACC

EX_RANKING="PN${RM_FUNC}"

0 comments on commit 90bf28c

Please sign in to comment.