-
```
Some websites such as socialposter.com (found via DNK log files represented
about 2% (1409 views) for September. Its basically a form that users can
fill out and submit to several different social…
-
I'm missing the metadata:
- author / contact point
- license
- homepage
- description
for the Key annotator.
I'm also missing description, homepage and license for WAT.
@nopper please provide so…
-
_From [rage...@gmail.com](https://code.google.com/u/102895947197065323718/) on January 15, 2014 10:48:38_
It seems that fancy xdoc 6.3 and beyond aren't accessible via search engines (at least, not t…
-
# R2 Minor Points
## (is there anything to even do here):
The new discussion of the bi-partite network random walker model was very
clear. The method as discussed in the paper now is more aligne…
-
We need some algorithm implementations, such as:
- Floyd-Warshall
- Node and Edge Betweenness (or maybe just calculate from Floyd-Warshall?)
- PageRank and other Eigenvector centralities
Visualizatio…
-
Noticed an interesting issue when first experimenting with Cassovary. When trying to do PageRank on a 25,000 node graph I kept experiencing many OutOfMemory errors, even with 4G allocated to the java …
-
I'm currently using core.matrix matrices to represent graphs, and interested in finding out if I would also be able to use these matrices in loom in order to take advantage of the various algorithms. …
-
It seems like a good idea to have a script like this work
```
#!/usr/bin/env bash
#stingerlaunch: Launches a stinger server and computes things.
#example: stingerlaunch NV BSIZE NBATCHES
#will genera…
-
Use datasets on http://snap.stanford.edu/data/index.html and benchmark performance of a couple of algorithms for very big graphs, such as (1) Global pagerank, (2) Personalized pagerank for every node …
-
Here's a simple language test for it (which I'm adding to the extensions language test). This is a just a line of three nodes, with `0 -- 1 -- 2`. Currently, the extension is giving `[0.33333333333333…