diff options
| author | Jon Whiteaker <jbw@berkeley.edu> | 2012-03-04 23:28:43 -0800 |
|---|---|---|
| committer | Jon Whiteaker <jbw@berkeley.edu> | 2012-03-04 23:28:43 -0800 |
| commit | c7b48885def36f3965be91c76ec1f54a5d9bf27a (patch) | |
| tree | 27b381eac763183a1dcb56be744262efb05c4d52 /data/combined/scriptSkeleton.m | |
| parent | ce1e137062f54ebdef0830551be0116ba2e13491 (diff) | |
| download | kinect-c7b48885def36f3965be91c76ec1f54a5d9bf27a.tar.gz | |
updated back graph
Diffstat (limited to 'data/combined/scriptSkeleton.m')
| -rw-r--r-- | data/combined/scriptSkeleton.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/combined/scriptSkeleton.m b/data/combined/scriptSkeleton.m index ef5b382..301d176 100644 --- a/data/combined/scriptSkeleton.m +++ b/data/combined/scriptSkeleton.m @@ -1,6 +1,6 @@ mostFreqClasses = str2double(argv(){4});
-numEx = 10;
+numEx = 2;
% scenario = 'off';
% solver = 'SHT';
scenario = argv(){3};
@@ -124,10 +124,10 @@ for ex = 1 : numEx % evaluation
for i = 1 : 1000
- th = 5 - i/100;
+ th = 2 - i;
sub = test(norm1(test) < th);
%th = i/1000
- sub = test(exp(conf(test)) > th);
+ %sub = test(exp(conf(test)) > th);
prec(ex, i) = mean(y(sub) == yp(sub));
recall(ex, i) = length(sub) / length(test);
end
|
