graph_cluster_utils.alg.disk.didic
Class AlgDiskDiDiC

java.lang.Object
  extended by graph_cluster_utils.alg.disk.AlgDisk
      extended by graph_cluster_utils.alg.disk.didic.AlgDiskDiDiC
All Implemented Interfaces:
Alg

public class AlgDiskDiDiC
extends AlgDisk

Inherits from AlgDisk. Basic implementation of the DiDiC clustering/partitioning algorithm, computed directly on a Neo4j instance.

Since:
2010-04-01
Author:
Alex Averbuch

Constructor Summary
AlgDiskDiDiC(java.lang.String databaseDir, Supervisor supervisor)
           
 
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

AlgDiskDiDiC

public AlgDiskDiDiC(java.lang.String databaseDir,
                    Supervisor supervisor)
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