-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
All the algorithms in the cluster module should be presented as 'Templates', but the implementation of the algorithm.
A user should be able to recreate any algorithm with functions solely from the componentsAlg module.
E.g.
- Creating a layer
- Use any clustering algorithm
- Run one or multiple times any local search algorithm on the layer.
This workflow is not possible with the current implementation.