From 19bb0ff0935f8adc4b63ffd8e8aa58706bdcf7a2 Mon Sep 17 00:00:00 2001 From: Jon Whiteaker Date: Mon, 5 Mar 2012 09:11:56 -0800 Subject: fixed some of the graphs --- data/combined/scriptSkeleton.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/combined/scriptSkeleton.m') diff --git a/data/combined/scriptSkeleton.m b/data/combined/scriptSkeleton.m index 301d176..4cd2f9c 100644 --- a/data/combined/scriptSkeleton.m +++ b/data/combined/scriptSkeleton.m @@ -1,6 +1,6 @@ mostFreqClasses = str2double(argv(){4}); -numEx = 2; +numEx = 10; % scenario = 'off'; % solver = 'SHT'; scenario = argv(){3}; @@ -124,7 +124,7 @@ for ex = 1 : numEx % evaluation for i = 1 : 1000 - th = 2 - i; + th = 3 - i/10; sub = test(norm1(test) < th); %th = i/1000 %sub = test(exp(conf(test)) > th); -- cgit v1.2.3-70-g09d2