Datasets:

Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
ACDRepo commited on
Commit
37937e2
·
verified ·
1 Parent(s): 128b7ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ non-weaving pattern matrices with \\(\{1, 2, \dots, 7\}\\)-entries.
29
 
30
  Each matrix is stored on a single line in row-major format. For instance,
31
 
32
- `(0, 1, 2, 3, 3, 2, 3, 4, 2, 3, 2, 1, 5, 4, 3, 2)`.
33
 
34
  Labels are `0` (not a weaving pattern) and `1` (a weaving pattern).
35
 
 
29
 
30
  Each matrix is stored on a single line in row-major format. For instance,
31
 
32
+ `[ 3, 5, 4, 2, 6, 7, 7, 5, 6, 1, 4, 3, 6, 4, 1, 5, 7, 2, 6, 3, 1, 5, 7, 2, 2, 3, 1, 4, 7, 6, 2, 3, 4, 1, 7, 5, 2, 3, 4, 1, 6, 5 ]`.
33
 
34
  Labels are `0` (not a weaving pattern) and `1` (a weaving pattern).
35