diff --git a/compare-behavior.sh b/compare-behavior.sh index 0cf1baa..1108290 100755 --- a/compare-behavior.sh +++ b/compare-behavior.sh @@ -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 diff --git a/graph-baseline-cat-lover.ubm b/graph-baseline-cat-lover.ubm index dbe3a93..c738661 100644 --- a/graph-baseline-cat-lover.ubm +++ b/graph-baseline-cat-lover.ubm @@ -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()", diff --git a/graph-baseline-new-customer.ubm b/graph-baseline-new-customer.ubm index 8a8adf9..8c3b68a 100644 --- a/graph-baseline-new-customer.ubm +++ b/graph-baseline-new-customer.ubm @@ -38,7 +38,6 @@ "entryCallInformation" : [ ] } ], "entryCallEdges" : [ { - }, { "source" : { "signature" : "jpetstore.actions.Account.signonForm()", "entryCallInformation" : [ ] @@ -78,6 +77,7 @@ "entryCallInformation" : [ ] }, "calls" : 1.0 + }, { "source" : { "signature" : "jpetstore.actions.Catalog.viewProduct()", "entryCallInformation" : [ ] diff --git a/graph-baseline-single-cat-buyer.ubm b/graph-baseline-single-cat-buyer.ubm index 9da8532..677a5c8 100644 --- a/graph-baseline-single-cat-buyer.ubm +++ b/graph-baseline-single-cat-buyer.ubm @@ -54,6 +54,7 @@ "entryCallInformation" : [ ] }, "calls" : 1.0 + }, { "source" : { "signature" : "jpetstore.actions.Catalog.viewProduct()", "entryCallInformation" : [ ] diff --git a/graph-baseline-single-reptile-buyer.ubm b/graph-baseline-single-reptile-buyer.ubm index 2ba72df..e6da327 100644 --- a/graph-baseline-single-reptile-buyer.ubm +++ b/graph-baseline-single-reptile-buyer.ubm @@ -54,6 +54,7 @@ "entryCallInformation" : [ ] }, "calls" : 1.0 + }, { "source" : { "signature" : "jpetstore.actions.Catalog.viewProduct()", "entryCallInformation" : [ ]