rwth-acis / REST-OCD-Services

This repository contains the OCD service of WebOCD. In the repository, java based codes of overlapping community detection algorithms (OCDA) can be found.
Apache License 2.0
14 stars 10 forks source link

FCM WCPM Benchmarks #41

Closed beka-zhvania closed 2 years ago

beka-zhvania commented 2 years ago

This merge is adding two OCD algorithms: Fuzzy C-Means Spectral Clustering and Weak Clique Percolation Method. Also, translated LFR and Signed LFR benchmark codes that are meant to replace executables for LFR and Signed LFR. Additionally, files are added needed for Docker image creation. (current Dockerfile is meant for ant build, not gradle build).

MaxKissgen commented 2 years ago

Fixes #28