-
The notebook says (1)
> Reading: Now we dig into the extended history and and theory behind Scale-Free networks and the Barabasi-Albert Model.
>
> Chapter 4, Section 4.1 - 4.7.
> Chapter 5, section …
-
I'm trying to use the pivot/sampling method to estimate betweenness centrality and was running some tests to investigate the accuracy/runtime tradeoff when I encountered some unusual behavior. For a p…
-
In the [paper](http://www.barabasilab.com/pubs/CCNR-ALB_Publications/199910-15_Science-Emergence/199910-15_Science-Emergence.pdf) where Barabási and Albert first proposed their scale-free model they w…
-
I believe that tracing futures is broken (or at least when using future chaining).
I am testing the following program in the `development` branch, using the `debug` mode.
Minimal example:
```
-- Pro…
-
I need consistent names for all the variables. I'm referring to preferential attachment power variously as "alpha", "power", "attachment power", etc. Also "m" is called "m", "edges_per_vertex", or "me…
-
I should compare the performance of the tree kernel-based classifier against one using Sackin's index.
-
Try inference on one network where half the nodes were added with alpha = alpha1, and the other with alpha = alpha2.
-
Not sure if it is a bug or my coding - but generating a java error rather than a NetLogo error. See http://stackoverflow.com/questions/34802274/preferential-attachment-graph-in-netlogo in case it gets…
-
Currently the ABC experiments are using trees with true preferential attachment powers of 0.5, 1.0, and 1.5, which are the same values that were used to tune the tree kernel parameters. The ABC might …
-
Originally reported on Google Code with ID 1054
```
I am not sure if this is the place to post this question.
I want to override firefox headers using selenium webdriver and profile.
this is pretty…