-
### Description
Currently the documentation does not give much information about how to create graphs for use with StellarGraph. Homogeneneous graphs are straighforward and have many demos showing…
-
### Description
Currently, someone looking at our demos lands at https://github.com/stellargraph/stellargraph/tree/develop/demos (or https://github.com/stellargraph/stellargraph/tree/master/demos) …
huonw updated
4 years ago
-
### Describe the bug
We have some error messages that print a type. This is best done with `type(x).__name__` because printing `type(x)` directly shows the `repr` of a `type` object, which is weird…
huonw updated
4 years ago
-
Should we add a file with various utility functions for working with the embeddings?
For instance, something like this to get the most similar words?
```
def get_cosine_sim(emb, valid_words, top_k)…
-
Hi all,
when calling randomWalk procedure with a direction which is not BOTH (either using random or node2vec modes) I get the following null pointer exception:
2020-01-23 10:56:28.224+0000 IN…
-
any example on node2vec including running scripts, graph data and so on.
-
I want to put the float number weighted graph as edgelist for the input, but apparently
it doesn't work. Can you guide me?
-
### Describe the bug
Between 991db681bd435755 (#1267) and its parent f2a96aab34a21af, there was a significant performance regression in several random walk benchmarks:
- `UniformRandomWalk`
- `…
huonw updated
4 years ago
-
2亿顶点,6亿边的无向有权图数据测试node2vec_random算法,MPICH4进程并发,发现有一个进程的CPU利用率较高454%,其他很低51%,请问plato如何解决热点数据性能问题?
![image](https://user-images.githubusercontent.com/58256617/71567147-d231f700-2af7-11ea-8050-6ef20f4d8…
-
安装完运行run_pagerank_local.sh和run_pagerank.sh(修改input/output)均通过。
但是运行lpa和tree_stat_simple样例出错
./bazel-bin/example/lpa --input /test/home/hadoop/tar/plato-master/data/graph/v100_e2150_ua_c3.csv --outp…