Skip to content

Commit ec45bd5

Browse files
authored
update readem with stats table
1 parent 2a9a6f7 commit ec45bd5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ If you utilze this software for an academic purpose, please consider using the f
5151

5252
#### Required
5353
* Boost --> ```` sudo apt-get install libboost-all-dev ````
54+
* Note: this has only been tested with boost --version 1.58
5455
* CMake --> ```` sudo apt-get install cmake ````
5556
* OpenMP --> ```` sudo apt install libomp-dev ````
5657

@@ -74,10 +75,22 @@ cd ICE
7475
### 4) Test
7576

7677
Let's run a test on dataset 1 with low-quality observations. To change the utilized dataset, use one of the following arguments {1,2,3}_{lq,hq} after the *run_me.sh* command. (e.g., ./run_me.sh 3_hq).
78+
79+
7780
````bash
7881
cd examples
7982
chmod +x run_me.sh
8083
./run_me.sh 1_lq
8184
````
8285

8386
This will write all of the generated results to the *test* directory (*../test*). All of the 'truth' data, utilized for validation, is housed in the *~/ICE/data/truth/* directory
87+
88+
For this specific example, the table printed to the screen should match the one provided below.
89+
90+
````bash
91+
type med_ mean_ var_ max_
92+
L2 2.57 2.52 1.99 10.78
93+
DCS 0.64 0.99 0.95 9.71
94+
MM 1.63 1.66 1.10 10.06
95+
ICE 0.57 0.72 0.46 13.19
96+
````bash

0 commit comments

Comments
 (0)