GraphLab Project

Uses of Interface
graphlab.plugins.reports.GraphReportInterface

Packages that use GraphReportInterface
graphlab.extensions.reports   
graphlab.plugins.connector   
graphlab.plugins.reports.basicreports   
graphlab.plugins.reports.extension   
graphlab.samples.extensions   
 

Uses of GraphReportInterface in graphlab.extensions.reports
 

Classes in graphlab.extensions.reports that implement GraphReportInterface
 class ChromaticNumber
           
 class ColoringReport
           
 class MaxIndependentSetReport
           
 

Uses of GraphReportInterface in graphlab.plugins.connector
 

Classes in graphlab.plugins.connector that implement GraphReportInterface
 class ConnectorReportExtension
           
 

Uses of GraphReportInterface in graphlab.plugins.reports.basicreports
 

Classes in graphlab.plugins.reports.basicreports that implement GraphReportInterface
 class AdjMatrixEigenValues
           
 class GirthSize
           
 class IsEulerian
           
 class MaxAndMinDegree
           
 class NumOfConnectedComponents
           
 class NumOfEdges
           
 class NumOfQuadrangle
           
 class NumOfTriangles
           
 class NumOfVertices
           
 class NumOfVerticesWithDegK
           
 class VerticesDegreesList
           
 

Uses of GraphReportInterface in graphlab.plugins.reports.extension
 

Subinterfaces of GraphReportInterface in graphlab.plugins.reports.extension
 interface GraphReportExtension<t>
           
 

Uses of GraphReportInterface in graphlab.samples.extensions
 

Classes in graphlab.samples.extensions that implement GraphReportInterface
 class HelloWorldReport
           
 class NumOfVerticesReport
           
 class OrderKReport
           
 class OrderOneReport
           
 


GraphLab Project