graph_cluster_utils.alg.mem.didic
Class AlgMemDiDiCExpSync
java.lang.Object
graph_cluster_utils.alg.mem.AlgMem
graph_cluster_utils.alg.mem.didic.AlgMemDiDiCExpSync
- All Implemented Interfaces:
- Alg
public class AlgMemDiDiCExpSync
- extends AlgMem
Inherits from AlgMem
.
Experimental implementation of the DiDiC clustering/partitioning algorithm,
computed on an in-memory graph.
SYNCHRONY: This implementation ensures a medium level on synchrony. Nodes
compute on the same time step at all times. Nodes compute on the same
diffusion system (cluster/partition), same FOS/T iteration, and same FOS/B
iteration most of the time.
- Since:
- 2010-04-01
- Author:
- Alex Averbuch
Method Summary |
void |
start(Conf config)
Run the clustering/partitioning algorithm |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgMemDiDiCExpSync
public AlgMemDiDiCExpSync(java.lang.String databaseDir,
Supervisor supervisor,
graph_gen_utils.memory_graph.MemGraph memGraph)
start
public void start(Conf config)
- Description copied from interface:
Alg
- Run the clustering/partitioning algorithm
- Parameters:
config
- an implementation of Conf
containing algorithm
specific configuration parameters