Bridges-Python 3.5.1
Bridges(Python API)
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Properties | List of all members
bridges.graph_benchmark.GraphBenchmark Class Reference
Inheritance diagram for bridges.graph_benchmark.GraphBenchmark:
bridges.bfs_benchmark.BFSBenchamrk bridges.page_rank_benchmark.PageRankBenchmark bridges.shortest_path_benchmark.ShortestPathBenchmark

Public Member Functions

 __init__ (self)
 

Protected Member Functions

 _genertate_wiki_data_movie_actor (self, year_min, year_max, movie_graph)
 
 _highest_degree_vertex (self, gr)
 
 _count_vertices (self, gr)
 
 _count_edges (self, gr)
 

Protected Attributes

 _time_cap
 

Properties

 time_cap = property
 

Constructor & Destructor Documentation

◆ __init__()

bridges.graph_benchmark.GraphBenchmark.__init__ (   self)

Member Function Documentation

◆ _count_edges()

bridges.graph_benchmark.GraphBenchmark._count_edges (   self,
  gr 
)
protected

◆ _count_vertices()

bridges.graph_benchmark.GraphBenchmark._count_vertices (   self,
  gr 
)
protected

◆ _genertate_wiki_data_movie_actor()

bridges.graph_benchmark.GraphBenchmark._genertate_wiki_data_movie_actor (   self,
  year_min,
  year_max,
  movie_graph 
)
protected

◆ _highest_degree_vertex()

bridges.graph_benchmark.GraphBenchmark._highest_degree_vertex (   self,
  gr 
)
protected

Member Data Documentation

◆ _time_cap

bridges.graph_benchmark.GraphBenchmark._time_cap
protected

Property Documentation

◆ time_cap

bridges.graph_benchmark.GraphBenchmark.time_cap = property
static

The documentation for this class was generated from the following file: