Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4f22ca5

Browse files
committed
Added explanation for some of the functions
1 parent 7ea8bc5 commit 4f22ca5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/Edge participation in MICrONS.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@
104104
"I = I[degree >= min_neighborhood_sz]"
105105
]
106106
},
107+
{
108+
"cell_type": "markdown",
109+
"id": "521175af-5f30-418a-a9a4-b4c62168d822",
110+
"metadata": {},
111+
"source": [
112+
"Some utility functions to estimate distance-dependent connection probabilities and compare observed results to a reference."
113+
]
114+
},
107115
{
108116
"cell_type": "code",
109117
"execution_count": 4,

0 commit comments

Comments
 (0)