View source: R/measures_net_dis.R
count_graphlet_tuples | R Documentation |
For each graphlet calculate the number of possible sets of k nodes in the query graph, where k is the number of nodes in the graphlet.
count_graphlet_tuples(graph_graphlet_counts, max_graphlet_size)
graph_graphlet_counts |
Node and graphlet counts for a single graph. |
max_graphlet_size |
Determines the maximum size of graphlets included in the tuple counts. Currently only size 4 and 5 are supported. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.