Skip to content

Commit

Permalink
fixed baseline models
Browse files Browse the repository at this point in the history
  • Loading branch information
Reiner Jung committed Aug 29, 2017
1 parent 025bda5 commit 900afd2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion compare-behavior.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ else
fi

# match models
for I in graph-em* ; do
for I in graph-baseline* ; do
for J in graph-xmeans* ; do
$EVALUATE_BEHAVIOR -b $I -t $J -o result-$I-$J.txt
done
done

# match models
for I in graph-baseline* ; do
for J in graph-em* ; do
$EVALUATE_BEHAVIOR -b $I -t $J -o result-$I-$J.txt
done
done

# end
2 changes: 1 addition & 1 deletion graph-baseline-cat-lover.ubm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}, {
"signature" : "jpetstore.actions.Catalog.viewProduct()",
"entryCallInformation" : [
{"informationSignature":"FI-DSH-01","informationCode":9},
{"informationSignature":"FI-DSH-01","informationCode":9}
]
}, {
"signature" : "jpetstore.actions.Order.index()",
Expand Down
2 changes: 1 addition & 1 deletion graph-baseline-new-customer.ubm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"entryCallInformation" : [ ]
} ],
"entryCallEdges" : [ {
}, {
"source" : {
"signature" : "jpetstore.actions.Account.signonForm()",
"entryCallInformation" : [ ]
Expand Down Expand Up @@ -78,6 +77,7 @@
"entryCallInformation" : [ ]
},
"calls" : 1.0
}, {
"source" : {
"signature" : "jpetstore.actions.Catalog.viewProduct()",
"entryCallInformation" : [ ]
Expand Down
1 change: 1 addition & 0 deletions graph-baseline-single-cat-buyer.ubm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"entryCallInformation" : [ ]
},
"calls" : 1.0
}, {
"source" : {
"signature" : "jpetstore.actions.Catalog.viewProduct()",
"entryCallInformation" : [ ]
Expand Down
1 change: 1 addition & 0 deletions graph-baseline-single-reptile-buyer.ubm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"entryCallInformation" : [ ]
},
"calls" : 1.0
}, {
"source" : {
"signature" : "jpetstore.actions.Catalog.viewProduct()",
"entryCallInformation" : [ ]
Expand Down

0 comments on commit 900afd2

Please sign in to comment.