graph_cluster_utils.alg.didic
Class AlgDiDiCSync

java.lang.Object
  extended by graph_cluster_utils.alg.Alg
      extended by graph_cluster_utils.alg.didic.AlgDiDiC
          extended by graph_cluster_utils.alg.didic.AlgDiDiCSync

public class AlgDiDiCSync
extends AlgDiDiC

Previously called: "AlgMemDiDiCExpSync". Inherits from AlgDiDiC. Experimental implementation of the DiDiC clustering/partitioning algorithm. 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

Constructor Summary
AlgDiDiCSync(org.neo4j.graphdb.GraphDatabaseService transNeo, Logger logger)
           
 
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

AlgDiDiCSync

public AlgDiDiCSync(org.neo4j.graphdb.GraphDatabaseService transNeo,
                    Logger logger)
Method Detail

start

public void start(Conf config)
Description copied from class: Alg
Run the clustering/partitioning algorithm

Specified by:
start in class Alg
Parameters:
config - an implementation of Conf containing algorithm specific configuration parameters