GraphLab Project

Uses of Interface
graphlab.library.genericcloners.GraphConverter

Packages that use GraphConverter
graphlab.library   
 

Uses of GraphConverter in graphlab.library
 

Constructors in graphlab.library with parameters of type GraphConverter
ListGraph(BaseGraph<ImportVertexType,ImportEdgeType> graph, GraphConverter<ImportVertexType,VertexType,ImportEdgeType,EdgeType,ImportGraphType,ListGraph<VertexType,EdgeType>> converter)
          Constructs a graph object that stores graph data using adjacency list data structure by importing graph data from a pre-existing graph.
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