|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraph_cluster_utils.alg.mem.AlgMem
public abstract class AlgMem
Base class for all clustering/partitioning algorithms that compute on an in-memory graph, rather than directly on a Neo4j instance. Changes are flushed from memory into a Neo4j instance.
Constructor Summary | |
---|---|
AlgMem(java.lang.String databaseDir,
Supervisor supervisor,
graph_gen_utils.memory_graph.MemGraph memGraph)
|
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 |
---|
public AlgMem(java.lang.String databaseDir, Supervisor supervisor, graph_gen_utils.memory_graph.MemGraph memGraph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |