|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraph_cluster_utils.alg.Alg
public abstract class Alg
Base class for all clustering/partitioning algorithms.
Constructor Summary | |
---|---|
Alg(org.neo4j.graphdb.GraphDatabaseService transNeo,
Logger logger)
|
Method Summary | |
---|---|
abstract 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 |
---|
public Alg(org.neo4j.graphdb.GraphDatabaseService transNeo, Logger logger)
Method Detail |
---|
public abstract void start(Conf config)
config
- an implementation of Conf
containing algorithm
specific configuration parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |