Skip to content

Commit

Permalink
structureLearner restuls match :D
Browse files Browse the repository at this point in the history
  • Loading branch information
krivard committed Jun 19, 2015
1 parent db9b9a6 commit ee0794d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/structureLearning/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ TSRW=l2p:mu=0.0001:eta=1.0
EPOCHS=100
PROVER=dpr
APR=eps=0.0001:alph=0.001
UNNORMALIZED=--unnormalized --weightingScheme tanh

ifeq ($(strip $(ITERS)),)
ITERS=10
Expand Down Expand Up @@ -70,6 +71,12 @@ clean:

structureLearning: $(foreach it,$(wildcard ${NAME}_delta_*.ppr),$(addsuffix $(subst .ppr,.solutions.txt,$(subst _delta,-test.alone,$(it))),pre. post.))

yww.pre: $(foreach it,$(wildcard ${NAME}_delta_*.ppr),$(addsuffix $(subst .ppr,.yww,$(subst _delta,-test.alone,$(it))),pre.))

yww.post: $(foreach it,$(wildcard ${NAME}_delta_*.ppr),$(addsuffix $(subst .ppr,.yww,$(subst _delta,-test.alone,$(it))),post.))

yww: yww.pre yww.post

results.txt: $(foreach it,$(wildcard ${NAME}_delta_*.ppr),$(addsuffix $(subst .ppr,.results.txt,$(subst _delta,-test.alone,$(it))),pre. post.))
echo phase.subset.iteration uR mR uMRR mMRR uMAP mMAP > $@
cat $^ >> $@
Expand Down

0 comments on commit ee0794d

Please sign in to comment.