We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379ac6b commit 564391cCopy full SHA for 564391c
algorithms/Community/louvain/tg_louvain.gsql
@@ -8,7 +8,7 @@ CREATE QUERY tg_louvain(SET<STRING> v_type, SET<STRING> e_type, STRING wt_attr =
8
Parameters:
9
v_type: vertex types to traverse
10
e_type: edge types to traverse
11
- wt_attr: attribute name for edge weights use empty string is graph is unweighted
+ wt_attr: attribute name for edge weights use empty string if graph is unweighted
12
wt_attr type is hardcoded to FLOAT INT or DOUBLE can be supported by changing all `e.getAttr(wt_attr, "FLOAT")`
13
to `e.getAttr(wt_attr, "INT")` or `e.getAttr(wt_attr, "DOUBLE")`
14
* note: when there is a weight attribute missmatch, there may not be an explicit error message
0 commit comments