grappolo | OpenMP implementation of Graph Community Detection
kandi X-RAY | grappolo Summary
kandi X-RAY | grappolo Summary
grappolo is a C++ library. grappolo has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Grappolo implements a parallel version of the Louvain community detection algorithm, using several heuristics to gain computational speed. There can be a larger memory footprint and some loss of accuracy arising from non-deterministic order of vertex processing and use of different heuristics. In general, we have observed significant gains in speed with minimal impact on clustering accuracy (measure in terms of the final modularity score). Further, Grappolo enables processing of large inputs that would otherwise remain unsolved using the serial Louvain implementation. We also note that the distributed-memory version (Vite) is available for extremely large data sets. The single slice Grappolo has been divided to 7 folders. /DefineStructure: Contain all .h files from different dirctories /Utility: check basic_ultil.h and utilityClusteringFunc.h /BasicCommunitiesDection: check basic_comm.h /Coloring: check coloring.h and comm_coloring.h /FullSyncOptimization: check sync_comm.h /InputsOutput: check input_output.h. /****************************************************/ Makefile will create 3 executable in the /bin folder 1) ./convertFileToBinary 2) ./driverForGraphClustering 3) ./driverForColoring. /****************************************************/ To update code, record each update in the folder. To updates for each particular type of communities detection. /****************************************************/ To run the code, it will be in the menu of ./driverForGraphClustering.
Grappolo implements a parallel version of the Louvain community detection algorithm, using several heuristics to gain computational speed. There can be a larger memory footprint and some loss of accuracy arising from non-deterministic order of vertex processing and use of different heuristics. In general, we have observed significant gains in speed with minimal impact on clustering accuracy (measure in terms of the final modularity score). Further, Grappolo enables processing of large inputs that would otherwise remain unsolved using the serial Louvain implementation. We also note that the distributed-memory version (Vite) is available for extremely large data sets. The single slice Grappolo has been divided to 7 folders. /DefineStructure: Contain all .h files from different dirctories /Utility: check basic_ultil.h and utilityClusteringFunc.h /BasicCommunitiesDection: check basic_comm.h /Coloring: check coloring.h and comm_coloring.h /FullSyncOptimization: check sync_comm.h /InputsOutput: check input_output.h. /****************************************************/ Makefile will create 3 executable in the /bin folder 1) ./convertFileToBinary 2) ./driverForGraphClustering 3) ./driverForColoring. /****************************************************/ To update code, record each update in the folder. To updates for each particular type of communities detection. /****************************************************/ To run the code, it will be in the menu of ./driverForGraphClustering.
Support
Quality
Security
License
Reuse
Support
grappolo has a low active ecosystem.
It has 6 star(s) with 2 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
grappolo has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of grappolo is 1.0
Quality
grappolo has no bugs reported.
Security
grappolo has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
grappolo is licensed under the BSD-3-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
grappolo releases are available to install and integrate.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of grappolo
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of grappolo
grappolo Key Features
No Key Features are available at this moment for grappolo.
grappolo Examples and Code Snippets
No Code Snippets are available at this moment for grappolo.
Community Discussions
No Community Discussions are available at this moment for grappolo.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install grappolo
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page