Refined Computational Geometry Graph

Source Notebook

WWW Graph of Computational Geometry for Link Analysis Ranking Experiments

WWW Graph of Computational Geometry for Link Analysis Ranking Experiments: The Base Set is constructed by including only the first 50 out-links of each Root page. We use the refined algorithm for deleting intra-domain links.

(1054 vertices, 3329 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Refined Computational Geometry Graph"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Refined Computational Geometry Graph", All]["Summary"]
Out[2]=

Basic Applications

Show the power-law degree distribution of the graph:

In[3]:=
g = ResourceData["Refined Computational Geometry Graph"];
In[4]:=
Histogram[VertexDegree[g], {"Log", {1, 1000, 5}}, {"Log", "PDF"}, AxesLabel -> {
  "Degree \!\(\*\nStyleBox[\"k\",\nFontSlant->\"Italic\"]\)", "\!\(\*SubscriptBox[\(p\), \(k\)]\)"}]
Out[4]=

Show a table of properties:

In[5]:=
Dataset[Table[<|
   i -> i[g]|>, {i, {GraphReciprocity, GlobalClusteringCoefficient, GraphAssortativity}}]]
Out[5]=

Wolfram Research, "Refined Computational Geometry Graph" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information