You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
## Features
18
18
19
-
***gBolt*** is up to 100x faster (see detailed [experiments](https://github.com/Jokeren/gBolt/docs/experiments.md)) than [Yan's](https://www.cs.ucsb.edu/~xyan/software/gSpan.htm) original implementation with multi-threading on a single machine. ***gBolt*** also reduces more than 200 folds memory usage, running efficiently on personal computers.
19
+
***gBolt*** is up to 100x faster (see detailed [experiments](https://github.com/Jokeren/gBolt/blob/master/docs/experiments.md)) than [Yan's](https://www.cs.ucsb.edu/~xyan/software/gSpan.htm) original implementation with multi-threading on a single machine. ***gBolt*** also reduces more than 200 folds memory usage, running efficiently on personal computers.
20
20
21
21
***gBolt*** is ***fast*** because it:
22
22
@@ -29,7 +29,7 @@
29
29
30
30
1. Incorporates **C++11** emplace_back method;
31
31
2. Reconstructs a graph with frequent edges and nodes before mining;
32
-
3. Uses a customized [*Path*](https://github.com/Jokeren/gBolt/include/path.h) data structure to reuse memory in recursive procedures.
32
+
3. Uses a customized [*Path*](https://github.com/Jokeren/gBolt/blob/master/include/path.h) data structure to reuse memory in recursive procedures.
33
33
34
34
***gBolt*** is ***light-weight*** because it:
35
35
@@ -38,7 +38,7 @@
38
38
39
39
***gBolt*** is ***correct*** because:
40
40
41
-
1. We have ran [*experiments*](https://github.com/Jokeren/gBolt/docs/experiments.md) for `extern/data/Compound_422` and `extern/data/Chemical_340` with minimal support from 0.1 to 0.9. The results generated by ***gBolt*** are exactly the same as Yan's gSpan-64.
41
+
1. We have ran [*experiments*](https://github.com/Jokeren/gBolt/blob/master/docs/experiments.md) for `extern/data/Compound_422` and `extern/data/Chemical_340` with minimal support from 0.1 to 0.9. The results generated by ***gBolt*** are exactly the same as Yan's gSpan-64.
0 commit comments