|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.extensions.reports.MaxIndependentSetReport
public class MaxIndependentSetReport
Constructor Summary | |
---|---|
MaxIndependentSetReport()
|
Method Summary | |
---|---|
java.lang.Object |
calculate(GraphData gd)
|
java.lang.String |
getDescription()
|
static java.util.Vector<java.util.ArrayDeque<BaseVertex>> |
getMaxIndependentSet(GraphModel graph)
|
static int |
getMaxIndependentSetSize(GraphModel graph,
boolean putFirstVertexInSet)
|
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaxIndependentSetReport()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Extension
public java.lang.String getDescription()
getDescription
in interface Extension
public java.lang.Object calculate(GraphData gd)
calculate
in interface GraphReportInterface
public static java.util.Vector<java.util.ArrayDeque<BaseVertex>> getMaxIndependentSet(GraphModel graph)
public static int getMaxIndependentSetSize(GraphModel graph, boolean putFirstVertexInSet)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |