I am using Graph Data Science library to run louvain community detection. In order to scale my pipeline I am trying to move to a Native Projection, but in order to make that work well I have several weight values on relationships, some of which are 0.
I am trying to figure out if Louvain will ignore relationships with 0 value for weightProperty.
Thanks