From da8d39688992b68ca7876730cb10c98597f98422 Mon Sep 17 00:00:00 2001 From: Prabhat Agarwal Date: Tue, 19 Nov 2019 23:24:17 -0800 Subject: [PATCH] Fix type in math command --- preliminaries/measuring-networks-random-graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preliminaries/measuring-networks-random-graphs.md b/preliminaries/measuring-networks-random-graphs.md index 8f2ba07..fdaefb4 100644 --- a/preliminaries/measuring-networks-random-graphs.md +++ b/preliminaries/measuring-networks-random-graphs.md @@ -273,7 +273,7 @@ $$y = 1 \cdot 2^{3-1} + 0 \cdot 2^{3-2} + 1 \cdot 2^{3-3} = 1 \cdot 2^2 + 0 \cdo Hence, we add edge $$(3,5)$$ to the graph. -In practice, the stochastic Kronecker graph model is able to generate graphs that match the properties of real world networks well. To read more about the Kronecker Graph models, refer to *J Leskovec et al., Kronecker Graphs: An Approach to Modeling Networks (2010)*.{% include sidenote.html id='note-graphnetwork' note='Estimating the initator matrice $\Theta_1$ and fitting Kronecker Graphs to real world networks is also discussed in this work.'%} +In practice, the stochastic Kronecker graph model is able to generate graphs that match the properties of real world networks well. To read more about the Kronecker Graph models, refer to *J Leskovec et al., Kronecker Graphs: An Approach to Modeling Networks (2010)*.{% include sidenote.html id='note-graphnetwork' note='Estimating the initator matrice $$\Theta_1$$ and fitting Kronecker Graphs to real world networks is also discussed in this work.'%}