Datasets:

Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
ACDRepo commited on
Commit
58a42b6
·
verified ·
1 Parent(s): bf181b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ Each matrix is stored on a single line in row-major format. For instance,
31
 
32
  `[ 5, 4, 3, 2, 1, 6, 2, 3, 4, 1, 6, 2, 3, 5, 1, 6, 2, 4, 5, 1, 6, 3, 4, 5, 1, 6, 5, 4, 3, 2 ]`.
33
 
34
- Labels are `0` (not a weaving pattern) and `1` (a weaving pattern).
35
 
36
  **Statistics**
37
  | | Weaving patterns | Non-weaving patterns | Total instances |
 
31
 
32
  `[ 5, 4, 3, 2, 1, 6, 2, 3, 4, 1, 6, 2, 3, 5, 1, 6, 2, 4, 5, 1, 6, 3, 4, 5, 1, 6, 5, 4, 3, 2 ]`.
33
 
34
+ Labels are `1` (not a weaving pattern) and `0` (a weaving pattern).
35
 
36
  **Statistics**
37
  | | Weaving patterns | Non-weaving patterns | Total instances |