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

Support different functions as algorithm parameters #78

Open janmortell opened 2 years ago

janmortell commented 2 years ago

Until now, the user specified parameters of an algorithm are either int, double, or boolean. Adding support for enums makes it possible to change between different functions (weight-, ranking-, set-difference-functions, etc.) in the RunOCDAlgorithm form.