Skip to content

Commit c1eda07

Browse files
committed
fix distance fraction
1 parent c653c34 commit c1eda07

9 files changed

+152
-152
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ plt.subplots_adjust(0, 0, 1, 1)
6868
plt.axis("off")
6969
plt.show()
7070
```
71-
![noisy_mst](./doc/_static/noisy_mst.png)
71+
![noisy_mst](./docs/_static/noisy_mst.png)
7272

7373
$k$-Nearest Minimum Spanning Tree
7474
---------------------------------
@@ -117,7 +117,7 @@ plt.subplots_adjust(0, 0, 1, 1)
117117
plt.axis("off")
118118
plt.show()
119119
```
120-
![k_mst](./doc/_static/k_mst.png)
120+
![k_mst](./docs/_static/k_mst.png)
121121

122122

123123
Approximate $k$-MST
@@ -165,7 +165,7 @@ plt.subplots_adjust(0, 0, 1, 1)
165165
plt.axis("off")
166166
plt.show()
167167
```
168-
![k_mst](./doc/_static/k_mst_descent.png)
168+
![k_mst](./docs/_static/k_mst_descent.png)
169169

170170

171171
Supported Tasks

notebooks/Benchmark_recall.ipynb

Lines changed: 149 additions & 149 deletions
Large diffs are not rendered by default.
143 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
-13 Bytes
Binary file not shown.
-7 Bytes
Binary file not shown.
-68.5 KB
Loading
-141 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)