Skip to content

Commit

Permalink
LIFT
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelrab committed Apr 25, 2016
1 parent a42fc92 commit afddba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_conflict_experiment.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

IN_DIRECT=/GW/D5data-5/gadelrab/yago3/spmf/out_LIFT2
OUT_DIRCT=$IN_DIRECT/DLV_ALL4
IN_DIRECT=/GW/D5data-5/gadelrab/yago3/spmf/out_CONF
OUT_DIRCT=$IN_DIRECT/DLV_1200

FILES=$(ls $IN_DIRECT/*.tsv.dlv)

for i in `seq 1 10`;
for i in `seq 1 6`;
do

TOPK=$(perl -w -e "use POSIX; print ceil($i * 200 ), qq{\n}")
Expand Down

0 comments on commit afddba1

Please sign in to comment.