graph_cluster_utils.alg.didic
Class AlgDiDiCFix

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.AlgDiDiCFix

public class AlgDiDiCFix
extends AlgDiDiC

WARNING: Not in a usable state! Previously called: "AlgMemDiDiCExpFix". Inherits from AlgDiDiC. Experimental implementation of the DiDiC clustering/partitioning algorithm. In the original DiDiC algorithm the sum of load vectors in the primary diffusion system (W) continually increases. As admitted by the authors this is not intentional. This implementation is an ongoing attempt (in collaboration with the authors) into resolving this issue. More experimenting and modifications are still needed. SYNCHRONY: N/A at this stage.

Since:
2010-04-01
Author:
Alex Averbuch

Constructor Summary
AlgDiDiCFix(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

AlgDiDiCFix

public AlgDiDiCFix(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