We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76093fd commit c40b83bCopy full SHA for c40b83b
data-refactoring-advisor/hands-on-lab/community-detection/README.md
@@ -52,7 +52,7 @@ if(graph !=null) {
52
53
```
54
// Get a list of graphs loaded into the graph server memory
55
-session.getGraphs();
+session.getGraphs(Namespace.PRIVATE)
56
57
58
## Render Graph using pgql-pgx
@@ -125,7 +125,7 @@ Switch to pgql-pgx
125
SELECT COUNT(DISTINCT N.COMMUNITY) AS NUM_COMMUNITIES FROM MATCH (n) ON UNIVERSITYSCHEMA
126
127
128
-6 communities detected, lets see what we have
+5 communities detected, lets see what we have
129
130
## List Communities and Number of Nodes in Each
131
data-refactoring-advisor/hands-on-lab/images/listGraphsLoaded.png
-24.8 KB
0 commit comments