​

Basic Examples

Retrieve the graph:
In[]:=
ResourceData["Regular Computational Complexity Graph"]
Out[]=
Summary properties:
In[]:=
ResourceData["Regular Computational Complexity Graph",All]["Summary"]
Out[]=
Name
Regular Computational Complexity Graph
VertexCount
832
EdgeCount
1555
Description
WWW Graph of Computational Complexity for Link Analysis Ranking Experiments
ByteCount
710.828
kB

Basic Applications

Show the power-law degree distribution of the graph:
In[]:=
g=ResourceData["Regular Computational Complexity Graph"];
In[]:=
HistogramVertexDegree[g],{"Log",{1,1000,5}},{"Log","PDF"},
Rule[
]

Out[]=
Show a table of properties:
In[]:=
Dataset[Table[<|ii[g]|>,{i,{GraphReciprocity,GlobalClusteringCoefficient,GraphAssortativity}}]]
Out[]=
GraphReciprocity
0.029582
GlobalClusteringCoefficient
0.00252809
GraphAssortativity
-0.198296