count_graphlet_tuples: For each graphlet calculate the number of possible sets of k...

View source: R/measures_net_dis.R

count_graphlet_tuplesR 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.

Description

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.

Usage

count_graphlet_tuples(graph_graphlet_counts, max_graphlet_size)

Arguments

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.


alan-turing-institute/network-comparison documentation built on June 7, 2022, 10:41 p.m.