summaryrefslogtreecommitdiffstats
path: root/data/combined/scriptSkeleton.m
diff options
context:
space:
mode:
authorJon Whiteaker <jbw@berkeley.edu>2012-03-04 18:19:20 -0800
committerJon Whiteaker <jbw@berkeley.edu>2012-03-04 18:21:49 -0800
commited0be68bfe1098830cc860a0bf3862ec8693aa2e (patch)
tree66a44d2cf2522e569ff295080a8ea4b614a90afc /data/combined/scriptSkeleton.m
parent3dc183008e040aef7c64a4a5ede9557856326e31 (diff)
downloadkinect-ed0be68bfe1098830cc860a0bf3862ec8693aa2e.tar.gz
jon's pass on first half of section 5
Diffstat (limited to 'data/combined/scriptSkeleton.m')
-rw-r--r--data/combined/scriptSkeleton.m6
1 files changed, 3 insertions, 3 deletions
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);