graph_cluster_utils.alg.mem.didic
Class AlgMemDiDiCExpPaper

java.lang.Object
  extended by graph_cluster_utils.alg.mem.AlgMem
      extended by graph_cluster_utils.alg.mem.didic.AlgMemDiDiCExpPaper
All Implemented Interfaces:
Alg

public class AlgMemDiDiCExpPaper
extends AlgMem

Inherits from AlgMem. This is intended to be a complete literal implementation of the DiDiC clustering/partitioning algorithm as described by the relevant published papers and pseudo code. SYNCHRONY: This implementation ensures a high level on synchrony. All nodes compute on the same time step, same diffusion system (cluster/partition), same FOS/T iteration, and same FOS/B iteration at all times.

Since:
2010-04-01
Author:
Alex Averbuch

Constructor Summary
AlgMemDiDiCExpPaper(java.lang.String databaseDir, Supervisor supervisor, graph_gen_utils.memory_graph.MemGraph memGraph)
           
 
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
 

Constructor Detail

AlgMemDiDiCExpPaper

public AlgMemDiDiCExpPaper(java.lang.String databaseDir,
                           Supervisor supervisor,
                           graph_gen_utils.memory_graph.MemGraph memGraph)
Method Detail

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