luoxiaojian
Results
2
comments of
luoxiaojian
After testing, graph-learn is the largest part. By completely removing the graph-learn submodule, the repository's size will be reduced to approximately 450MB. Therefore, it might be considered to appropriately reduce...
This triangles algorithm implementation requires the graph to be undirected, i.e., `graph = sess.g(directed=False)`. On directed graphs, even in a single partition (single worker) setup, the correctness cannot be guaranteed....