Skip to content

Commit 900afd2

Browse files
author
Reiner Jung
committed
fixed baseline models
1 parent 025bda5 commit 900afd2

5 files changed

Lines changed: 12 additions & 3 deletions

compare-behavior.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ else
1212
fi
1313

1414
# match models
15-
for I in graph-em* ; do
15+
for I in graph-baseline* ; do
1616
for J in graph-xmeans* ; do
1717
$EVALUATE_BEHAVIOR -b $I -t $J -o result-$I-$J.txt
1818
done
1919
done
2020

21+
# match models
22+
for I in graph-baseline* ; do
23+
for J in graph-em* ; do
24+
$EVALUATE_BEHAVIOR -b $I -t $J -o result-$I-$J.txt
25+
done
26+
done
27+
2128
# end

graph-baseline-cat-lover.ubm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}, {
2424
"signature" : "jpetstore.actions.Catalog.viewProduct()",
2525
"entryCallInformation" : [
26-
{"informationSignature":"FI-DSH-01","informationCode":9},
26+
{"informationSignature":"FI-DSH-01","informationCode":9}
2727
]
2828
}, {
2929
"signature" : "jpetstore.actions.Order.index()",

graph-baseline-new-customer.ubm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"entryCallInformation" : [ ]
3939
} ],
4040
"entryCallEdges" : [ {
41-
}, {
4241
"source" : {
4342
"signature" : "jpetstore.actions.Account.signonForm()",
4443
"entryCallInformation" : [ ]
@@ -78,6 +77,7 @@
7877
"entryCallInformation" : [ ]
7978
},
8079
"calls" : 1.0
80+
}, {
8181
"source" : {
8282
"signature" : "jpetstore.actions.Catalog.viewProduct()",
8383
"entryCallInformation" : [ ]

graph-baseline-single-cat-buyer.ubm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"entryCallInformation" : [ ]
5555
},
5656
"calls" : 1.0
57+
}, {
5758
"source" : {
5859
"signature" : "jpetstore.actions.Catalog.viewProduct()",
5960
"entryCallInformation" : [ ]

graph-baseline-single-reptile-buyer.ubm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"entryCallInformation" : [ ]
5555
},
5656
"calls" : 1.0
57+
}, {
5758
"source" : {
5859
"signature" : "jpetstore.actions.Catalog.viewProduct()",
5960
"entryCallInformation" : [ ]

0 commit comments

Comments
 (0)