Description Usage Arguments Details Value Examples
Algorithmic Information Ranking (InfoRank)
1 |
x |
string, igraph object or valid adjacency matrix. |
block_size |
block size required to estimate the Kolmogorov-Chaitin complexity of |
offset |
offset required to estimate the Kolmogorov-Chaitin complexity of |
base |
number of distinct characters in |
what |
graph elements to be removed (i.e. edges or vertices). |
This function produces a ranking of the input graph's edges from least informative to most informative edge, i.e. a list of edges sorted in increasing order by their information contribution to the graph.
A data frame corresponding to a ranking of the elements of the input object according to their information contribution.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.