Skip to content

Commit 379ac6b

Browse files
Update tg_closeness_cent.gsql
1 parent ada23d5 commit 379ac6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/Centrality/closeness/exact/tg_closeness_cent.gsql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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,
1+
CREATE QUERY tg_closeness_cent(SET<STRING> v_type, SET<STRING> e_type, SET<STRING> re_type,INT max_hops = 10,
22
INT top_k = 100, BOOL wf = TRUE, BOOL print_accum = True, STRING result_attr = "",
33
STRING file_path = "", BOOL display_edges = FALSE) SYNTAX V1 {
44

0 commit comments

Comments
 (0)