graph_cluster_utils.alg.disk.esp
Class AlgDiskEvoPartitionExp
java.lang.Object
graph_cluster_utils.alg.disk.AlgDisk
graph_cluster_utils.alg.disk.esp.AlgDiskEvoPartitionExp
- All Implemented Interfaces:
- Alg
public class AlgDiskEvoPartitionExp
- extends AlgDisk
WARNING: Not in a usable state!
Inherits from AlgDisk
.
This is a simplified implementation of the Evolving Set Process
clustering/partitioning algorithm.
The number of parameters has been reduced to only what is deemed necessary.
Some variants have been relaxed and/or removed. Also, a modification has been
added to allocate unallocated nodes to partitions/clusters after the
algorithm terminates.
Changes made to this implementation are on based on suggestions made by the
algorithm author(s) during ongoing email communications.
This implementation is still not mature enough to be used. It's success is
too topology dependent and more debugging/experimenting is necessary.
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 |
AlgDiskEvoPartitionExp
public AlgDiskEvoPartitionExp(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