GraphLab Project

graphlab.plugins.reports
Interface GraphReportInterface<t>

All Known Subinterfaces:
GraphReportExtension<t>
All Known Implementing Classes:
AdjMatrixEigenValues, ChromaticNumber, ColoringReport, ConnectorReportExtension, GirthSize, HelloWorldReport, IsEulerian, MaxAndMinDegree, MaxIndependentSetReport, NumOfConnectedComponents, NumOfEdges, NumOfQuadrangle, NumOfTriangles, NumOfVertices, NumOfVerticesReport, NumOfVerticesWithDegK, OrderKReport, OrderOneReport, VerticesDegreesList

public interface GraphReportInterface<t>

Author:
azin azadi

Method Summary
 t calculate(GraphData gd)
           
 

Method Detail

calculate

t calculate(GraphData gd)

GraphLab Project