GraphLab Project

Uses of Class
graphlab.library.MatrixGraph

Packages that use MatrixGraph
graphlab.library   
 

Uses of MatrixGraph in graphlab.library
 

Methods in graphlab.library that return MatrixGraph
 MatrixGraph<VertexType,EdgeType> MatrixGraph.createEmptyGraph()
           
 

Constructor parameters in graphlab.library with type arguments of type MatrixGraph
MatrixGraph(BaseGraph<ImportVertexType,ImportEdgeType> graph, GraphConverter<ImportVertexType,VertexType,ImportEdgeType,EdgeType,ImportGraphType,MatrixGraph<VertexType,EdgeType>> gc)
          Constructs a graph object that stores graph data using adjacency matrix data structure by importing graph data from a pre-existing graph.
 


GraphLab Project