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 ada23d5 commit 379ac6bCopy full SHA for 379ac6b
algorithms/Centrality/closeness/exact/tg_closeness_cent.gsql
@@ -1,4 +1,4 @@
1
-CREATE QUERY tg_closeness_cent(SET<STRING> v_type, SET<STRING> e_type, STRING re_type,INT max_hops = 10,
+CREATE QUERY tg_closeness_cent(SET<STRING> v_type, SET<STRING> e_type, SET<STRING> re_type,INT max_hops = 10,
2
INT top_k = 100, BOOL wf = TRUE, BOOL print_accum = True, STRING result_attr = "",
3
STRING file_path = "", BOOL display_edges = FALSE) SYNTAX V1 {
4
0 commit comments