1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-5.git synced 2024-11-22 08:04:25 +00:00
bda-5-steffo/scripts/2-leiden.cypher

17 lines
273 B
Text
Raw Normal View History

2023-05-09 14:40:40 +00:00
CALL gds.beta.leiden.write(
"kwds_native",
{
writeProperty: "communityLeiden"
}
) YIELD
preProcessingMillis,
computeMillis,
writeMillis,
postProcessingMillis,
nodePropertiesWritten,
communityCount,
ranLevels,
modularity,
modularities,
communityDistribution