Skip to content

Commit 9bcf21c

Browse files
committed
Adds sample data to the analysis example
1 parent 82accec commit 9bcf21c

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

analysis/data1.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
10, 20, 30, 40, 50
2+
1, 2, 3, 4, 5
3+
100, 200, 300, 400, 500

analysis/data2.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
5, 10, 15, 20, 25
2+
2, 4, 6, 8, 10
3+
0.1, 0.2, 0.3, 0.4, 0.5

analysis/samples1.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
10, 20, 30, 40, 50
2+
1, 2, 3, 4, 5
3+
100, 200, 300, 400, 500

analysis/samples2.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
5, 10, 15, 20, 25
2+
2, 4, 6, 8, 10
3+
0.1, 0.2, 0.3, 0.4, 0.5

analysis/weights.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1, 2, 1, 0, 1

0 commit comments

Comments
 (0)