|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.algorithms.Algorithm
graphlab.library.algorithms.coloring.SampleColoring<VertexType,EdgeType>
public class SampleColoring<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
Constructor Summary | |
---|---|
SampleColoring()
|
|
SampleColoring(BaseGraph<VertexType,EdgeType> g)
|
Method Summary | |
---|---|
void |
doAlgorithm()
|
void |
doColoring()
|
Methods inherited from class graphlab.library.algorithms.Algorithm |
---|
acceptEventDispatcher, dispatchEvent, getDispatcher |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface |
---|
acceptEventDispatcher |
Constructor Detail |
---|
public SampleColoring(BaseGraph<VertexType,EdgeType> g)
public SampleColoring()
Method Detail |
---|
public void doColoring()
public void doAlgorithm()
doAlgorithm
in interface AutomatedAlgorithm
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |