diff options
Diffstat (limited to 'data/combined/scriptSkeleton.m')
| -rw-r--r-- | data/combined/scriptSkeleton.m | 4 |
1 files changed, 2 insertions, 2 deletions
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);
|
