File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- valgrind --tool=massif build/bin/fast_sampen -m 4 -n 1048576 -r 0.15 \
2
+ build/bin/fast_sampen -m 4 -n 1048576 -r 0.15 \
3
3
--input-format multirecord \
4
4
--input data.PhysioNet/mit-bih-long-term-ecg-database-1.0.0/14046.txt \
5
5
--sample-size 2000 --sample-num 150 \
6
6
--line-offset 100000 --random \
7
- --variance --n-computation 2 \
7
+ --variance --n-computation 50 \
8
8
--swr \
9
9
--output-level 1
10
10
# --kdtree-sample -rkd --simple-kdtree \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ input_files=(ltafdb/00.txt\
40
40
mit-bih-long-term-ecg-database-1.0.0/14046.txt\
41
41
pink/pink-1m.txt)
42
42
43
- subdir=n_fixedn0n1_mem_opt_m${m} _r${r} _n02kn1150_220328_2
43
+ subdir=n_fixedn0n1_mem_opt_m${m} _r${r} _n02kn1150_220329
44
44
45
45
if [ ! -e result/$subdir ]; then
46
46
mkdir -p result/$subdir
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ input_files=(ltafdb/00.txt\
43
43
chbmit/chb07_01.txt\
44
44
mit-bih-long-term-ecg-database-1.0.0/14046.txt\
45
45
pink/pink-1m.txt)
46
- subdir=n_policy2_mem_opt_m${m} _r${r} _220328_2
46
+ subdir=n_policy2_mem_opt_m${m} _r${r} _220329
47
47
if [ ! -e result/$subdir ]; then
48
48
mkdir -p result/$subdir
49
49
fi
You can’t perform that action at this time.
0 commit comments