-
Hi, I'm trying to run GraphReduce for comparison purpose. My environment is K40c + CUDA 8.0 + gcc 4.8.5 + ubuntu 14.04.
It seems like GraphReduce requires external dependencies. But I'm not sure wha…
sgpyc updated
8 years ago
-
---
/\* The scatter edges depend on whether the pagerank has converged */
edge_dir_type scatter_edges(icontext_type& context,
const vertex_type& vertex) const {
//…
-
Over in https://github.com/freelawproject/courtlistener/issues/4312#issuecomment-2339308370, we have a little discussion about a new network ranking algorithm that @mattdahl is working on.
He says:…
-
pageRank run 12 times slower with 0.5 compared to 0.4. What could be a reason?
Is other graph algorithms affected?
```
def time[A](f: => A) = {val s = System.nanoTime; val ret = f; println("time: "…
-
When running PageRank on graphframe using PySpark the disconnected components in a graph are skipped. When running via Scala it works perfectly.
./spark-2.3.1-bin-hadoop2.7/bin/pyspark --package…
-
The PageRank algorithm returns a graph, while the other similar graph operations (degree, connected components etc.) all return a DataFrame with 2 columns, the vertices and the corresponding statistic…
-
Hello,
There is no error that i can log here. but I have followed the documentation as-is.
_Test-machine - I have a small ubuntu instance with RAM 4.9GB, 2 VCPUs and 10GB ssd._
I have tried with …
-
Maybe I missed it in the documentation, but I couldn't find an option to pass in a non-evenly-distributed personalization vector to the ppr algorithm, other than a list of `sourceNodes` (which implies…
-
We should write docs explaining the core architecture, e.g.:
* node and edge addresses
* the core graph module
* plugins for providing domain-specific graphs
* the pagerank module
* the pagerank tabl…
-
Why does NebulaGraph-nx only read edge information, when the input should be a graph?】
```python
config = NebulaGraphConfig(
space="basketballplayer",
graphd_hosts="127.0.0.1:9669",
…