graph_cluster_utils.alg.esp
Class AlgEvoPartition

java.lang.Object
  extended by graph_cluster_utils.alg.Alg
      extended by graph_cluster_utils.alg.esp.AlgEvoPartition
Direct Known Subclasses:
AlgEvoPartitionBase, AlgEvoPartitionExp

public abstract class AlgEvoPartition
extends Alg

Base class of all Evolving Set Process (ESP) algorithm implementations. Provides common functionality of the various ESP versions.

Since:
2010-04-01
Author:
Alex Averbuch

Constructor Summary
AlgEvoPartition(org.neo4j.graphdb.GraphDatabaseService transNeo, Logger logger)
           
 
Method Summary
 
Methods inherited from class graph_cluster_utils.alg.Alg
start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgEvoPartition

public AlgEvoPartition(org.neo4j.graphdb.GraphDatabaseService transNeo,
                       Logger logger)