graph_cluster_utils.alg.disk.esp
Class AlgDiskEvoPartition

java.lang.Object
  extended by graph_cluster_utils.alg.disk.AlgDisk
      extended by graph_cluster_utils.alg.disk.esp.AlgDiskEvoPartition
All Implemented Interfaces:
Alg

public class AlgDiskEvoPartition
extends AlgDisk

WARNING: Not in a usable state! Inherits from AlgDisk. This is intended to be a complete literal implementation of the Evolving Set Process clustering/partitioning algorithm as described by the relevant published papers and pseudo code. This implementation is too complex/convoluted to be used in practice. For this reason further development and debugging of this code is pending. It is computed directly on a Neo4j instance.

Since:
2010-04-01
Author:
Alex Averbuch

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

AlgDiskEvoPartition

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