gshwan22 commented on issue #1776: URL: https://github.com/apache/age/issues/1776#issuecomment-2073870889
@AneeqaCodes In the spectral clustering algorithm, there are minimum out and normalized out. The minimum out method is a function that divides the given data into each cluster by the smallest similarity value between them. However, because the process of finding the minimum value is performed, if a weight smaller than the sum of the weight values that classify the cluster in the ideal direction exists in the same cluster, the direction of classification will be incorrect. Based on algorithm complexity, it would be better to apply the infomap algorithm or the Girvan-Newman algorithm. And currently, several community detection algorithms can be used using python, as 3rd party language, rather than the community detection algorithm implemented with openCypher in Apache Age. Refer to the link below, it will be helpful. If you want to discuss, leave a comment. **_https://pypi.org/project/apache-age-community-detection/_** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org