From ed0be68bfe1098830cc860a0bf3862ec8693aa2e Mon Sep 17 00:00:00 2001 From: Jon Whiteaker Date: Sun, 4 Mar 2012 18:19:20 -0800 Subject: jon's pass on first half of section 5 --- data/combined/scriptSkeleton.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/combined/scriptSkeleton.m b/data/combined/scriptSkeleton.m index 82f04b7..ef5b382 100644 --- a/data/combined/scriptSkeleton.m +++ b/data/combined/scriptSkeleton.m @@ -124,9 +124,9 @@ for ex = 1 : numEx % evaluation for i = 1 : 1000 - %th = 5 - i; - %sub = test(norm1(test) < th); - th = i/1000 + th = 5 - i/100; + sub = test(norm1(test) < th); + %th = i/1000 sub = test(exp(conf(test)) > th); prec(ex, i) = mean(y(sub) == yp(sub)); recall(ex, i) = length(sub) / length(test); -- cgit v1.2.3-70-g09d2