graph_cluster_utils.alg.disk.esp
Class AlgDiskEvoPartition
java.lang.Object
graph_cluster_utils.alg.disk.AlgDisk
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
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 |
AlgDiskEvoPartition
public AlgDiskEvoPartition(java.lang.String databaseDir,
Supervisor supervisor)
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