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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
# graphconstructor
10
10
Fast, NumPy/SciPy-centric tools to **build and refine large sparse graphs from distances/similarities**.
11
11
Use one of the provided **importers** to *get* a first graph from a distance/similarity array, kNN results, or ANN indices.
12
-
This will usually be followed by a custom combination of one or multiple **operators** that will transform the graph, typically in the form of *sparsification* (also termed *backboning* or *pruning*).
12
+
This will usually be followed by a custom combination of one or multiple **operators** that will transform the graph, typically in the form of *sparsification* (also termed *backboning* or *pruning*)....
13
13
14
14
`graphconstructor` further provides
15
15
* Optional exporters to **NetworkX** / **python-igraph** for using their powerful graph analysis and layouting methods!
0 commit comments