Skip to content

Commit 532f07b

Browse files
authored
Update README.md
1 parent 1858139 commit 532f07b

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

A-Priori_SON/README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ next, it makes second pass through data to determine which candidates are global
3434
#### Output: Save all frequent itemsets into one text file.
3535
Each line of the file contains one itemset (a list of comma-separated item numbers). The order doesn’t matter.
3636

37-
For example,
38-
   4
39-
   1,3,4
40-
1,2,3 2
41-
   1,3 2,4
42-
2,3 1
43-
   2,3,4 1,4
44-
3
45-
   3,4
46-
   1,2,4
47-
2,5
48-
1,2 5
37+
For example
38+
    4
39+
    1,3,4
40+
1,2,3 2
41+
    1,3 2,4
42+
2,3 1
43+
    2,3,4
44+
1,4
45+
3
46+
    3,4
47+
    1,2,4
48+
2,5
49+
1,2
50+
5

0 commit comments

Comments
 (0)