hiperwalk.Complete#
- hiperwalk.Complete(num_vert, multiedges=None, weights=None)[source]#
- Complete graph. - The graph on which any vertex is connected to every other vertex. - Parameters:
- num_vertint
- Number of vertices in the complete graph. 
- multiedges, weights: scipy.sparse.csr_array, default=None
- See Graph Constructors. 
 
- Returns:
- hiperwalk.Graph
- See Graph Constructors for details. 
 
 - See also 
Methods#
All methods are inherited from
hiperwalk.Graph,
hiperwalk.Multigraph,
or hiperwalk.WeightedGraph.
