graph_cluster_utils.alg.esp
Class AlgEvoPartitionBase

java.lang.Object
  extended by graph_cluster_utils.alg.Alg
      extended by graph_cluster_utils.alg.esp.AlgEvoPartition
          extended by graph_cluster_utils.alg.esp.AlgEvoPartitionBase

public class AlgEvoPartitionBase
extends AlgEvoPartition

WARNING: Not in a usable state! Inherits from AlgEvoPartition. 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
AlgEvoPartitionBase(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

AlgEvoPartitionBase

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