graph_cluster_utils.alg.disk
Class AlgDisk

java.lang.Object
  extended by graph_cluster_utils.alg.disk.AlgDisk
All Implemented Interfaces:
Alg
Direct Known Subclasses:
AlgDiskDiDiC, AlgDiskEvoPartition, AlgDiskEvoPartitionExp

public abstract class AlgDisk
extends java.lang.Object
implements Alg

Base class for all clustering/partitioning algorithms that compute directly on a Neo4j instance, rather than an in-memory graph.

Since:
2010-04-01
Author:
Alex Averbuch

Constructor Summary
AlgDisk(java.lang.String databaseDir, Supervisor supervisor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface graph_cluster_utils.alg.Alg
start
 

Constructor Detail

AlgDisk

public AlgDisk(java.lang.String databaseDir,
               Supervisor supervisor)